View Single Post
  #1 (permalink)  
Old 03-31-2004
level level is offline
Registered User
 
 
Join Date: Feb 2004
Location: China
Posts: 71
How can I run my ice server program in multi-threaded mode

I want to make the multi-threaded server ,that can make some proxys,and all the proxy run in their own self thread,that is ,I want my proxys run parallelly.
I make the example ,but they run in order like block callling in socket.
Reply With Quote