I am using a NetSimple Server. How should I best manage the multiple incoming connections?
There are a number of solutions that will work. There seem to be two parts to this one: A) Managing multiple connections B) Possibly distributing any data processing different threads A) Managing multiple connections The CapeSoft Email Server application also has to handle multiple connections to the Server. This is how this has been implemented: I have a queue with a SockID (long) in it, and I also have a bunch of status variables and data in this queue. So in the .