Lines Matching refs:process

77 ; process.max = 128
79 ; Specify the nice(2) priority to apply to the master process (only if set)
81 ; Note: - It will only work if the FPM master process is launched as root
82 ; - The pool process will inherit the master process priority
85 ; process.priority = -19
91 ; Set open file descriptor rlimit for the master process.
95 ; Set max core size rlimit for the master process.
194 ; Note: - It will only work if the FPM master process is launched as root
195 ; - The pool processes will inherit the master process priority
198 ; process.priority = -19
200 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
201 ; or group is differrent than the master process user. It allows to create process
202 ; core dump and ptrace the process for the pool user.
204 ; process.dumpable = yes
206 ; Choose how the process manager will control the number of child processes.
210 ; following directives. With this process management, there will be
216 ; state (waiting to process). If the number
220 ; state (waiting to process). If the number
228 ; an idle process will be killed.
258 ; The number of seconds after which an idle process will be killed.
263 ; The number of requests each child process should execute before respawning.
272 ; process manager - static, dynamic or ondemand;
286 ; max children reached - number of times, the process limit has been reached,
292 ; process manager: static
314 ; query string will also return status for each pool process.
320 ; The Full status returns for each process:
321 ; pid - the PID of the process;
322 ; state - the state of the process (Idle, Running, ...);
323 ; start time - the date and time the process has started;
324 ; start since - the number of seconds since the process has started;
325 ; requests - the number of requests the process has served;
333 ; it's always 0 if the process is not in Idle state
337 ; it's always 0 if the process is not in Idle state
340 ; If the process is in Idle state, then informations are related to the
341 ; last request the process has served. Otherwise informations are related to
455 ; The timeout for serving a single request after which the worker process will
490 ; process time (several ms).