dvilner Posted January 20, 2011 Share Posted January 20, 2011 Running PHP 5.3.3 on IIS6 (Win 2K3) in a load-balanced farm; the content (.php files) is served from a UNC share (IIS is configured to "connect as" domain\serviceAccount to authenticate) . Every time a request for a PHP file is made, there are two processes spawned: php-cgi.exe running as domain\serviceAccount and the 2nd php-cgi.exe, running as "NETWORK SERVICE". The problem is high CPU utilization on the servers... Does anyone know if this is by design or something is misconfigured? Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/225048-multiple-instances-of-php-cgiexe/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.