Multi-Process TCP/IP connections
Posted: Fri Aug 07, 2009 2:31 pm
by Roland Pope >> Sun, 4 Feb 2001 22:37:00 GMT
I have a want to create an application that will fire off a separate process for each TCP/IP connection it receives on a selected port.
If I use ListenContinuous, I always have a port available for connect, but cannot use another app to process the connection as the connection object is transient.
If I do a listen, and when I get a connect, spawn off another app to take over the listening, won't there be a window of time where there is nothing listening on the port? Also, what happens if I get two simultaneous connects??
Any Ideas??
Thanks
Roland Pope
JADEDirect
I have a want to create an application that will fire off a separate process for each TCP/IP connection it receives on a selected port.
If I use ListenContinuous, I always have a port available for connect, but cannot use another app to process the connection as the connection object is transient.
If I do a listen, and when I get a connect, spawn off another app to take over the listening, won't there be a window of time where there is nothing listening on the port? Also, what happens if I get two simultaneous connects??
Any Ideas??
Thanks
Roland Pope
JADEDirect