Re: [PHP-WIN] Running PHP as CGI

2002-05-01 Thread Shane Caraveo
veo [mailto:[EMAIL PROTECTED]] > Sent: May 1, 2002 14:15 > To: 'Php-Win (E-mail)' > Subject: Re: [PHP-WIN] Running PHP as CGI > > > *Significant* difference between CGI and ISAPI. But you can get a > 4x-10x performance increase over CGI by using fastcgi, whi

RE: [PHP-WIN] Running PHP as CGI

2002-05-01 Thread Robin Bolton
Am I correct in assuming that there is no PHP fastcgi implementation for Apache? -Original Message- From: Shane Caraveo [mailto:[EMAIL PROTECTED]] Sent: May 1, 2002 14:15 To: 'Php-Win (E-mail)' Subject: Re: [PHP-WIN] Running PHP as CGI *Significant* difference between CGI

Re: [PHP-WIN] Running PHP as CGI

2002-05-01 Thread Shane Caraveo
*Significant* difference between CGI and ISAPI. But you can get a 4x-10x performance increase over CGI by using fastcgi, while maintaining stability and gaining persistent resources (db connections). I have to make a 4.2 fastcgi binary available, but info is at www.caraveo.com/fastcgi/ Shane