Re: Question about connection settings proto fcgi check maxconn 9 minconn 5 maxqueue 0

2020-05-05 Thread Tim Düsterhus
Christopher, Aleks, Am 04.05.20 um 11:28 schrieb Christopher Faulet: > Le 03/05/2020 à 09:52, Aleksandar Lazic a écrit : >> >> My php-fpm have the following settings. >> >> ``` >> pm = dynamic >> pm.max_children = 10 >> pm.min_spare_servers = 4 >> pm.start_servers = 5 >> pm.max_spare_servers = 6

Re: Question about connection settings proto fcgi check maxconn 9 minconn 5 maxqueue 0

2020-05-04 Thread Aleksandar Lazic
Hi Christopher. On 04.05.20 11:28, Christopher Faulet wrote: > Le 03/05/2020 à 09:52, Aleksandar Lazic a écrit : >> Hi. >> >> I play a little bit with proto fcgi and see something what I don't >> understand. >> >> Hopefully someone can explain it a bit. >> >> My php-fpm have the following

Re: Question about connection settings proto fcgi check maxconn 9 minconn 5 maxqueue 0

2020-05-04 Thread Christopher Faulet
Le 03/05/2020 à 09:52, Aleksandar Lazic a écrit : Hi. I play a little bit with proto fcgi and see something what I don't understand. Hopefully someone can explain it a bit. My php-fpm have the following settings. ``` pm = dynamic pm.max_children = 10 pm.min_spare_servers = 4 pm.start_servers