Lines Matching refs:process

21 ; process running user is root. It is set after the child process is created.
26 ; Default Values: The user is set to master process running user by default.
51 ; Default Values: Owner is set to the master process running user. If the group
77 ; Note: - It will only work if the FPM master process is launched as root
78 ; - The pool processes will inherit the master process priority
81 ; process.priority = -19
83 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl for Linux or
84 ; PROC_TRACE_CTL procctl for FreeBSD) even if the process user
85 ; or group is different than the master process user. It allows to create process
86 ; core dump and ptrace the process for the pool user.
88 ; process.dumpable = yes
90 ; Choose how the process manager will control the number of child processes.
94 ; following directives. With this process management, there will be
100 ; state (waiting to process). If the number
104 ; state (waiting to process). If the number
114 ; an idle process will be killed.
150 ; The number of seconds after which an idle process will be killed.
155 ; The number of requests each child process should execute before respawning.
164 ; process manager - static, dynamic or ondemand;
178 ; max children reached - number of times, the process limit has been reached,
184 ; process manager: static
206 ; query string will also return status for each pool process.
212 ; The Full status returns for each process:
213 ; pid - the PID of the process;
214 ; state - the state of the process (Idle, Running, ...);
215 ; start time - the date and time the process has started;
216 ; start since - the number of seconds since the process has started;
217 ; requests - the number of requests the process has served;
225 ; it's always 0 if the process is not in Idle state
229 ; it's always 0 if the process is not in Idle state
232 ; If the process is in Idle state, then informations are related to the
233 ; last request the process has served. Otherwise informations are related to
387 ; The timeout for serving a single request after which the worker process will
430 ; process time (several ms).