Igor Kuznetsov Wrote:
-------------------------------------------------------
> Story is that when i start free test from loadimpact with 50 virtual
> users on site main page i have about 40% cpu used with php-cgi.exe..
>
> Is that normal ? I tryed cgi cache. Its ok with it, but its very bad
> idea to use cgi cache with online shop..
Who told you its bad to use a cache? everyone uses caching with php.
> What can i tune in that config ?
Use a pool of php-cgi just like the example config (nginx-win.conf) shows you (upstream myLoadBalancer)
-------------------------------------------------------
> Story is that when i start free test from loadimpact with 50 virtual
> users on site main page i have about 40% cpu used with php-cgi.exe..
>
> Is that normal ? I tryed cgi cache. Its ok with it, but its very bad
> idea to use cgi cache with online shop..
Who told you its bad to use a cache? everyone uses caching with php.
> What can i tune in that config ?
Use a pool of php-cgi just like the example config (nginx-win.conf) shows you (upstream myLoadBalancer)