is there a limit to the time a php connection can stay open?

SmellyMoo

New member
I am writing a php server that connects to a client side application in flash, can I keep a tcp connection going indefinitely?

I fairly sure you can, as it just interupts and calls the function for data received, so the php script isn't running except if data is being sent or received.
 
Back
Top