PHP recycling
Configure PHP Process Recycling Behavior
Created Nov 15, 2009 by tali smith
Introduction - Make sure that FastCGI always recycles the php-cgi.exe processes before the native PHP recycling kicks in. The FastCGI process recycling behavior is controlled by the configuration property instanceMaxRequests . This property...