Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

[개선] RegionCapture와 Reservation을 Thread에서 수행하는 프록시 클래스 필요 #20

Open
binchoo opened this issue Aug 5, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@binchoo
Copy link
Owner

binchoo commented Aug 5, 2021

현재의 불편한 상황

메인에서

  • 각 서비스의 start()를 콜하는 스니펫을 작성
  • Thread 객체를 생성하고 위의 스니펫을 주입함
  • 하지만 스니펫 블록에서 외부의 전역 변수 값을 참조해 사용하면서 값들의 상태를 추적하기 어렵다.

개선 내용 및 방향

쓰레드 프록시를 생성하고 필요한 값의 참조를 setter로 주입하는 방식을 사용할 것.
원본 값들은 Model 객체가 보유할 것.

참조

#17

@binchoo binchoo added the enhancement New feature or request label Aug 5, 2021
@binchoo binchoo self-assigned this Aug 5, 2021
@binchoo binchoo added the 진행중 이슈를 인지하여 코드 개선중 label Aug 5, 2021
@binchoo binchoo added this to the Release 1.1 milestone Aug 5, 2021
@binchoo binchoo removed the 진행중 이슈를 인지하여 코드 개선중 label Aug 6, 2021
@binchoo
Copy link
Owner Author

binchoo commented Aug 8, 2021

model로 전역 컨텍스트를 묶어 사용하고 있기 때문에 본 이슈 대응 필요성이 의문이다.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant