PseudoVampyre has asked for the wisdom of the Perl Monks concerning the following question:
Example: client connects to proxy, proxy decides that it last sent data to server[11], proxy sends data to server[12], proxy notices that server[8] has not had data sent to it in 10 minutes +, proxy sends a keep-alive to server[8], proxy (finally) recieves data from server[12], proxy sends data from server[12] back to client, client closes connection.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: keeping open stateful connections.
by Aristotle (Chancellor) on Jun 05, 2002 at 16:59 UTC |