Socket Server
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all. I'm creating a NT service which listens for connection requests on localhost and some arbitrary port. The service needs to be as sturdy as possible. I have a main thread wich listens for connections, and I create a new thread for every connection request. I need to make sure that the main thread keeps on listening for connections and not bomb out. Has anyone ever had major problems binding to the loopback address and listening for incoming connections. In other words, what is the likelyhood of getting major errors while trying to bind and listen for incoming connections ? Cheers Garth
Cheers Garth F stands for Fundamentalism, a degenerative brain disorder cured by self-detonation.