On Sunday 22 July 2001 15:35, Paul Richards wrote:
> Wouldn't that have quite a big effect on the performance of IIS/PHP ?
>
> What exactly are the problems with the ISAPI version ?
>
There is a performance hit in using the cgi - but as this is involved in
starting up and shutting down php.exe, the more complex your script are, the
less noticeable is the performance degradation. I've been using PHP as a cgi
on production NT boxes for 18 months without any problems, but I guess the
traffic on these boxes would be regarded as moderate (30000 page impressions
per day, all generated by PHP?MySQL or cgi stuff I wrote in C).
Because IIS is a multi threaded server there are issues regarding the thread
safety of some bits of PHP code. Much work has already been done to fix
things but it is seriously hard stuff to debug, and there are clearly still
issues which need fixing - I only we could find them!
Cheers
--
Phil Driscoll
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]