in reply to Re: can Perl-CGI run persistently on Windows 2008 with IIS 7.5? how?
in thread can Perl-CGI run persistently on Windows 2008 with IIS 7.5? how?
The web server called a small cgi mod-perl script ( ~200 lines ) that sent the request to the persistent process using sockets, wait for the response, and then sent that response to the webserver.
How does that differ from fastcgi? (That's a real question not an admonishment. I don't do webstuff :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: can Perl-CGI run persistently on Windows 2008 with IIS 7.5? how?
by flexvault (Monsignor) on Aug 03, 2012 at 10:21 UTC | |
Re^3: can Perl-CGI run persistently on Windows 2008 with IIS 7.5? how?
by Anonymous Monk on Aug 03, 2012 at 09:52 UTC |