Lines Matching refs:process
67 ; Note: - It will only work if the FPM master process is launched as root
68 ; - The pool processes will inherit the master process priority
71 ; process.priority = -19
73 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
74 ; or group is differrent than the master process user. It allows to create process
75 ; core dump and ptrace the process for the pool user.
77 ; process.dumpable = yes
79 ; Choose how the process manager will control the number of child processes.
83 ; following directives. With this process management, there will be
89 ; state (waiting to process). If the number
93 ; state (waiting to process). If the number
101 ; an idle process will be killed.
131 ; The number of seconds after which an idle process will be killed.
136 ; The number of requests each child process should execute before respawning.
145 ; process manager - static, dynamic or ondemand;
159 ; max children reached - number of times, the process limit has been reached,
165 ; process manager: static
187 ; query string will also return status for each pool process.
193 ; The Full status returns for each process:
194 ; pid - the PID of the process;
195 ; state - the state of the process (Idle, Running, ...);
196 ; start time - the date and time the process has started;
197 ; start since - the number of seconds since the process has started;
198 ; requests - the number of requests the process has served;
206 ; it's always 0 if the process is not in Idle state
210 ; it's always 0 if the process is not in Idle state
213 ; If the process is in Idle state, then informations are related to the
214 ; last request the process has served. Otherwise informations are related to
336 ; The timeout for serving a single request after which the worker process will
379 ; process time (several ms).