News Feed
Jobs Feed
Sections




News Archive
Stuart Herbert's Blog:
Making IIS Practical In Production For PHP
December 18, 2008 @ 10:24:24

Stuart Herbert, prompted by this post from Derick Rethans uses this new post to his blog to point out something that didn't seem to be mentioned and has always been a pet peeve of his when running PHP on IIS - controlling the FastCGI processes so they don't take over the machine.

Running PHP via CGI and FastCGI means that IIS has to do the Windows equivalent of fork()ing off PHP processes to do the actual PHP bit. If your box has too many PHP processes running, the box will start to swap. Once a webserver starts swapping, you've no chance in hell of keeping up with all the incoming requests, and your websites on that particular webserver become unavailable in a matter of moments.

The problem seems to have been corrected in the most recent IIS release, though and correct directions can be found here. Older versions of the web server are out of luck, unfortunately.

0 comments voice your opinion now!
iis microsoft webserver practical fastcgi cgi iis7 documentation process


blog comments powered by Disqus

Similar Posts

PHPClasses.org: Lately in PHP Podcast Episode 10 - the Built-in Web Server, PHP 5.3.6 & PHP.js

php|architect: How can I help you?

Dries Buytaert\'s Blog: Drupal webserver configurations compared

Community News: Symfony Framework Makes Some Updates (v.0.6.2 and Content)

PHP-Security.net: New PHP-CGI Exploit (CVE-2012-1823)


Community Events











Don't see your event here?
Let us know!


development language database community interview podcast framework rest conference opinion zendframework2 phpunit testing functional usergroup unittest release introduction series symfony2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework