Search found 1 match
- Thu Jun 12, 2014 1:15 am
- Forum: Support - RCF
- Topic: A Question about Async Dispatching
- Replies: 1
- Views: 9371
A Question about Async Dispatching
In my design, my client uses sync two way and the server uses a thread pool and async dispatching technology(put the session to a queue) and the worker thread will fetch the queue and do the real long time job. If there are thousands of clients that call the server. I know the listening thread pool ...