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

At 05:33 PM 3/31/00 -0500, Buddy Lee Haystack wrote:
>If you're referring to a database connection, the Apache DBI module
>keeps the connection alive, not the mod_perl module.
>
>Jaime Teng wrote:
>> 
>> Hi,
>> 
>> How do you make perl script (either on Linux+Apache+Mod_perl
>> or in NT+IIS4 environment) make a "Connection: Keep-Alive".
>> 
>> On both environment, the connections always closes after the
>> perl script finished execution.
>> 
>> Any idea?
>> 
>> Jaime
> 

Reply via email to