producer « concurrency « Java Thread Q&A

Home
Java Thread Q&A
1.concurrency
2.Development
3.Exception
4.Notify
5.Operation
6.Socket
7.State
8.synchronize
9.Thread Safe
10.ThreadPool
Java Thread Q&A » concurrency » producer 

1. Safe publication producer consumers scenario    stackoverflow.com

I'm trying to find the fastest possible and lock free solution for one producer-many consumers scenario. I assume that when dealing with only one producer and values can be lost in ...

2. Handling producer thread when no consumers are ready    stackoverflow.com

Suggestions on patterns for handling the following scenario: A single thread that dispatches events to consumers. There is a 1:1 between each event and a consumer (each event is dispatched to ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.