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

[자바] 동시성 제어 방법 #77

Open
SeokRae opened this issue Mar 3, 2024 · 0 comments
Open

[자바] 동시성 제어 방법 #77

SeokRae opened this issue Mar 3, 2024 · 0 comments
Labels

Comments

@SeokRae
Copy link
Collaborator

SeokRae commented Mar 3, 2024

동시성 제어라는 것은 어떤 상황에서 필요한 것일까?

문제 상황에 대한 일반화를 해보기

  • 공유자원에 대한 동시 접근 및 변경에서 실행 순서에 따라 최종 결과가 달라지는 이슈

이슈 상황을 해소하는 방법 / 방지하기 위한 방법에 대해서 정리해보기

동일한 상황에서 다각도로 접근하여 해결하는 방법에 대해서 고민해보기

프로그래밍 언어(자바)에서 동시성 제어할 수 있는 방법

  • 동시성 제어 기능을 제공하는 자료구조
  • 동시성 제어를 가능하도록 하는 키워드
  • 동시성 제어 기능을 제공하는 클래스

데이터베이스에서 제공하는 동시성 제어 방법

분산 아키텍처에서 제공하는 동시성 제어 방법

@SeokRae SeokRae added the 자바 label Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant