Can anyone tell me how to use Keep-Alive w/ Active Perl? I'm calling a
simple CGI script under IIS with ActivePerl as follows:

GET /cgi-bin/home.cgi HTTP/1.1
Host: www.site0001.com
Connection: Keep-alive

The script runs fine (I've associated the .cgi extension with
c:\perl\bin\perl.exe identically to the way ActivePerl associates the .pl
extension upon installation). However, the IIS server returns a Connection:
Closed header. If I issue a GET against a static file on the same server the
connection is maintained. I'm running ActivePerl 5.6.0.620.

Help would be much appreciated here since this would be a major performance
issue if I can't keep the connection open.

Thanks in advance,

Dave Jaffe
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to