|
I agree with
-------------------------------------------------------------
I'd recommend you to re-design of your software with producer and worker concept. One thread will read data on socket then it will select a thread from pool and assign work to that.
----------------------------------------------------------------
|