Hello,

----- Original Message ----- 
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
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 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.

ISAPI is good for ASP but PHP is _not_ thread safe according to php.net. 
What we need is a way to speed up CGI and the only possible way seems to be 
"process pooling" but this is a term I have just made up! Is there such 
technique? Is there a way to freeze and reinstate a process after a request 
is answered? I think it would be revolutionary!

Best Regards,

SZ 

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to