Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Jack
Guess this is OT, but check out FastCGI interface. > Hello, > Is this possible? I want to keep the PHP-cgi.exe process loaded in memory > for fast execution. Or is this what ISAPI can only do? > Regards, > SubZero -- To unsubscribe or change your settings for TWSocket mailing list please go

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
>> Very interesting! Could a generic "tiny CGI" be written for all >> interpreters >> such as PHP, Perl, Python or must we write separate ones for each? > > To be generic, the CGI should implement ISAPI interface and then can use > any ISAPI DLL. Maybe this > would make the CGI too big ? Maybe on

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Francois Piette
> Very interesting! Could a generic "tiny CGI" be written for all interpreters > such as PHP, Perl, Python or must we write separate ones for each? To be generic, the CGI should implement ISAPI interface and then can use any ISAPI DLL. Maybe this would make the CGI too big ? Maybe one more DLL la

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
"Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, January 12, 2006 3:43 PM Subject: Re: [twsocket] Process pooling for CGI > You may then consider the "tiny CGI" concept. > You create a very small CGI which load very fast (

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Francois Piette
To: "ICS support mailing" Sent: Thursday, January 12, 2006 2:08 PM Subject: Re: [twsocket] Process pooling for CGI > Hello, > > - Original Message - > From: "Francois Piette" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent:

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
Hello, - Original Message - From: "Francois Piette" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, January 12, 2006 2:57 PM Subject: Re: [twsocket] Process pooling for CGI >> Is this possible? I want to keep the PHP-cgi.exe process loaded

Re: [twsocket] Process pooling for CGI

2006-01-12 Thread Francois Piette
> Is this possible? I want to keep the PHP-cgi.exe process loaded in memory > for fast execution. Or is this what ISAPI can only do? Yes, ISAPI is the way to go. ISAPI is just a DLL and stay in memory until you unload it. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.htm

[twsocket] Process pooling for CGI

2006-01-12 Thread Fastream Technologies
Hello, Is this possible? I want to keep the PHP-cgi.exe process loaded in memory for fast execution. Or is this what ISAPI can only do? Regards, SubZero -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our w