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 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
73 ; or group is differrent than the master process user. It allows to create process
74 ; core dump and ptrace the process for the pool user.
76 ; process.dumpable = yes
78 ; Choose how the process manager will control the number of child processes.
82 ; following directives. With this process management, there will be
88 ; state (waiting to process). If the number
92 ; state (waiting to process). If the number
100 ; an idle process will be killed.
130 ; The number of seconds after which an idle process will be killed.
135 ; The number of requests each child process should execute before respawning.
144 ; process manager - static, dynamic or ondemand;
158 ; max children reached - number of times, the process limit has been reached,
164 ; process manager: static
186 ; query string will also return status for each pool process.
192 ; The Full status returns for each process:
193 ; pid - the PID of the process;
194 ; state - the state of the process (Idle, Running, ...);
195 ; start time - the date and time the process has started;
196 ; start since - the number of seconds since the process has started;
197 ; requests - the number of requests the process has served;
205 ; it's always 0 if the process is not in Idle state
209 ; it's always 0 if the process is not in Idle state
212 ; If the process is in Idle state, then informations are related to the
213 ; last request the process has served. Otherwise informations are related to
331 ; The timeout for serving a single request after which the worker process will
366 ; process time (several ms).