The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-17-2008
astormchaser astormchaser is offline
Registered User
 

Join Date: Jun 2003
Location: Greenland
Posts: 1
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.

----------------------------------------------------------------
Reply With Quote