If you open a socket, start listening for connections (and accept connections), how does all of this work if for example you did not want it to die after the script has been executed?
This would mostly be used for example getting mail off a server (pop3) correct?
From my understanding there is no real way to keep a connection from client to server once the file has been executed? or is there?
Derek C.