10
shouts

Windows Cache Extension for PHP and CPU usage - Ruslan Yakushev

published 192 days, 20 hours, 34 minutes ago posted by KluggerKlugger 193 days, 11 hours, 43 minutes ago
Friday, September 04, 2009 2:38:09 AM GMT Thursday, September 03, 2009 11:29:05 AM GMT

The FastCGI module in IIS has a configuration setting maxInstances, which controls the number of concurrently running php-cgi.exe processes that IIS creates to process PHP requests. To achieve optimal performance, it is recommended to fine tune this setting for your specific environment starting with 8-10 instances per CPU core (e.g. maxInstances=32 for quad-core CPU).

The Windows Cache Extension for PHP can be used to improve performance of PHP applications running on Windows operating systems. The ext...

category: Foundation | clicked: 24 | | source: ruslany.net | show counter code
tags: Cache, CPU, Extension, FastCGI, IIS, Windows