Re: pm.start_servers and pm.min_spare_servers accepting value 0

75 views
Skip to first unread message

Jérôme Loyet

unread,
May 23, 2013, 2:31:46 AM5/23/13
to highloa...@googlegroups.com
hello

you can switch the "pm" parameter to "ondemand".
Set "pm.max_children" to set the maximum number of concurent process FPM will fork for this pool
Set "pm.process_idle_timeout" to set the time after which a process without having received any requests will stopped

The related doc:

; ondemand - no children are created at startup. Children will be forked when
; new requests will connect. The following parameter are used:
; pm.max_children - the maximum number of children that
; can be alive at the same time.
; pm.process_idle_timeout - The number of seconds after which
; an idle process will be killed.




2013/5/21 Gerson Schwinn <gers...@gmail.com>
Hello!

In fact, this topic is an RFC.
I wish it were considered the possibility of setting value 0 in the options pm.start_servers and pm.min_spare_servers to reduce memory consumption when there is no requests being handled, as is implemented in mod_fcgid and works very well.

Is this possible?

Thanks!

--
 
---
You received this message because you are subscribed to the Google Groups "highload-php-en" group.
To unsubscribe from this group and stop receiving emails from it, send an email to highload-php-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages