php-windows Digest 29 Apr 2007 06:48:32 -0000 Issue 3210
Topics (messages 27781 through 27781):
Re: [PHP] slow performance
27781 by: Stanislav Malyshev
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Maybe you need to configure FastCGI for more processes - 500 could be
result of getting more requests than there are processes to handle them.
How would I do that?
The easiest way would be to open WINDOWS/system32/inetsrv/fcgiext.ini
and edit the MaxInstances parameter for PHP binary there/ Then you'd
need to restart the IIS.
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED] http://www.zend.com/
--- End Message ---