Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[이준호] 스프링 Bean 싱글톤 패턴의 동시성 문제 #12

Open
wnsgh12s opened this issue Apr 12, 2023 · 0 comments
Open

[이준호] 스프링 Bean 싱글톤 패턴의 동시성 문제 #12

wnsgh12s opened this issue Apr 12, 2023 · 0 comments

Comments

@wnsgh12s
Copy link

❗️이슈 발생 위치

섹션제목: 스프링 Bean 싱글톤 패턴 동시성 문제


🤔 왜 이슈를 생성했나요?

[ TIP: 이슈를 생성하신 이유를 간략하게 작성하면 됩니다! ]
스프링에서 기본적으로 생성되는 Bean은 싱글톤으로 생성됩니다. 이것은 Bean이 컨테이너에 등록된 이후에는 해당 Bean에 대한 요청이 있을 때마다 항상 같은 인스턴스를 반환한다는 것을 의미합니다. 그렇기 때문에 스프링에서 싱글톤 Bean을 사용할 때 동시성 문제가 발생할 수 있습니다. 해당 문제를 해결하기 위한 방법은 어떤 것들이 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant