At 06:40 AM 4/1/00 +0800, Jaime Teng wrote:
>nope. im not referring to database connection.
>
>im referring to the HTTP's "Connection: Keep-Alive"
>wherein the browser and the server maintains a socket
>connection even after the perl script finished execution.
>
>jaime
>

Keep-Alive is a function of the web-server. There are no script changes
involved to keep a connection alive. All you have to do on the server side
is to enable Keep-Alive. See http://www.apache.org/docs/keepalive.html for
an explanation. 

Hope this helps
  Tobias

Reply via email to