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.
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.