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

10주차 과제: 멀티스레드 프로그래밍 #10

Closed
awesomeo184 opened this issue Jul 29, 2021 · 4 comments
Closed

10주차 과제: 멀티스레드 프로그래밍 #10

awesomeo184 opened this issue Jul 29, 2021 · 4 comments

Comments

@awesomeo184
Copy link
Owner

목표

자바의 멀티스레드 프로그래밍에 대해 학습합니다.

공부할 것

  • Thread 클래스와 Runnable 인터페이스
  • 쓰레드의 상태
  • 쓰레드의 우선순위
  • Main 쓰레드
  • 동기화
  • 데드락
@awesomeo184
Copy link
Owner Author

awesomeo184 commented Jul 29, 2021

https://www.inflearn.com/course/%EC%9A%B4%EC%98%81%EC%B2%B4%EC%A0%9C-%EA%B3%B5%EB%A3%A1%EC%B1%85-%EC%A0%84%EA%B3%B5%EA%B0%95%EC%9D%98

운영체제 강의

@jun1378527
Copy link
Collaborator

@awesomeo184
Copy link
Owner Author

awesomeo184 commented Aug 6, 2021

https://wisdom-and-record.tistory.com/48

자바 5 이후로 추가된 멀티스레딩 관련 API는 글 끝에 짤막하게 정리만 했어요.
자세한 내용은 나중에 따로 정리해서 공유할게요. 저도 아직 공부가 부족하고 양도 방대한지라... 😭

@sangmin7648
Copy link
Collaborator

https://velog.io/@sangmin7648/JAVA-%EB%A9%80%ED%8B%B0%EC%8A%A4%EB%A0%88%EB%93%9C-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D

글 몇개 찾아서 공유해요!
스레드 생성, 종료, 대기, 병합에 대한 글 : https://pages.mtu.edu/~shene/NSF-3/e-Book/FUNDAMENTALS/thread-management.html
JVM이 스레드를 어떻게 구현하는지에 대한 글 : https://www.developer.com/design/an-introduction-to-jvm-threading-implementation/

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

3 participants