HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📝
남득윤 학습 저장소
/
🧵
멀티쓰레드, 동시성 프로그래밍
/
🧵
Java Concurrency and Multithreding
/
Producer Consumer Pattern - With Java Example

Producer Consumer Pattern - With Java Example

notion image
 
Common use cases:
  • Reduce foreground thread latency
    • UI Thread
    • Connection Acception Thread
  • Load balance between worker threads
    • 1000장의 이미지 업로드
  • Backpressure management
    • Queue가 꽉차서 뒤에서 터진경우
    • Background 에서 앞으로 부하가 옴