Re: [PHP-INST] IIS - CGI or ISAPI

2001-11-20 Thread Phil Driscoll
On Monday 19 November 2001 11:14 am, Lennart Pedersen wrote: > Hi all. > > I'd like to install PHP for IIS5. Should I use the CGI or ISAPI method. > Whats the difference besides speed. CGI will work reliably, ISAPI will probably not. CGI will not have access to the http authentication headers, IS

Re: [PHP-INST] IIS - CGI or ISAPI

2001-11-19 Thread Paco Ortiz
Hi, in my experience, PHP4.0.6 in ISAPI is not 100% stable under heavy loads and several database connections. CGI mode is rock solid, the only drawback is speed and mainly the unability to hold persistent database connections. If you want persistent connections you may use Apache 1.3.x Win32,

[PHP-INST] IIS - CGI or ISAPI

2001-11-19 Thread Lennart Pedersen
Hi all. I'd like to install PHP for IIS5. Should I use the CGI or ISAPI method. Whats the difference besides speed. Best regards Lennart -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact