I would like to limit PHP-FPM
to execute only once at a given time,
which means any further request will be queued.
I'm using nginx
but I think it's a matter of PHP-FPM
configuration.
I read about PHP-FPM
listen.backlog
and process.max
,
it looked for me that process.max is what I need to tune but I wasn't sure..
What is the right way to achieve this?