Lines Matching refs:process

66 ; Note: - It will only work if the FPM master process is launched as root
67 ; - The pool processes will inherit the master process priority
70 ; process.priority = -19
72 ; Choose how the process manager will control the number of child processes.
76 ; following directives. With this process management, there will be
82 ; state (waiting to process). If the number
86 ; state (waiting to process). If the number
94 ; an idle process will be killed.
124 ; The number of seconds after which an idle process will be killed.
129 ; The number of requests each child process should execute before respawning.
138 ; process manager - static, dynamic or ondemand;
152 ; max children reached - number of times, the process limit has been reached,
158 ; process manager: static
180 ; query string will also return status for each pool process.
186 ; The Full status returns for each process:
187 ; pid - the PID of the process;
188 ; state - the state of the process (Idle, Running, ...);
189 ; start time - the date and time the process has started;
190 ; start since - the number of seconds since the process has started;
191 ; requests - the number of requests the process has served;
199 ; it's always 0 if the process is not in Idle state
203 ; it's always 0 if the process is not in Idle state
206 ; If the process is in Idle state, then informations are related to the
207 ; last request the process has served. Otherwise informations are related to
325 ; The timeout for serving a single request after which the worker process will
360 ; process time (several ms).