Thread: Network Model
View Single Post
  #6 (permalink)  
Old May 27th, 2002
cultiv8r cultiv8r is offline
Connoisseur
 
Join Date: August 9th, 2001
Location: Philadelphia, PA, USA
Posts: 358
cultiv8r is flying high
Default

loStHead,

I'm using synchronous sockets actually, which is one thread per connection. I simply create a new thread and pass the socket handle (of an incoming connection), or ask the thread to connect. All non blocking.

Asynchronous is event driven, and a bit harder to keep in sync, IMO. But that depends on programming experience.
Reply With Quote