View Single Post
Old 09-17-2010, 09:30 PM   #3
ForeverNoobie
New Member
 
Join Date: Sep 2010
Posts: 7
ForeverNoobie is on a distinguished road
Re: New to network programming a couple questions:

I'm planning for the socket threads to dump their data into the main server thread which will handle it all. So the majority of the server's code would not be multithreaded, only sending data both ways would be multithreaded. Wouldn't that avoid the race-conditions problem?
ForeverNoobie is offline   Reply With Quote