Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Winsock Network Traffic


Message #1 by "Stuart Naylor" <indtec@e...> on Wed, 31 Jul 2002 15:30:47 +0100
When a connection is made between client and server how much network traffic
does the open connection create.
Can you get away with a array of connections that are connected but idle or
is it better to connect - do action - then dissconnect?
Programatically it would be easy to leave the connections up all the time
the apps are active even if no data transfer is taking place.
I am presuming this would cause a lot of traffic but I am wondering if it is
possible to get away with it?

Thanks
Stuart


  Return to Index