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
73 ; Note: - It will only work if the FPM master process is launched as root
74 ; - The pool processes will inherit the master process priority
77 ; process.priority = -19
79 ; Set the process dumpable flag (PR_SET_DUMPABLE prctl) even if the process user
80 ; or group is different than the master process user. It allows to create process
81 ; core dump and ptrace the process for the pool user.
83 ; process.dumpable = yes
85 ; Choose how the process manager will control the number of child processes.
89 ; following directives. With this process management, there will be
95 ; state (waiting to process). If the number
99 ; state (waiting to process). If the number
109 ; an idle process will be killed.
145 ; The number of seconds after which an idle process will be killed.
150 ; The number of requests each child process should execute before respawning.
159 ; process manager - static, dynamic or ondemand;
173 ; max children reached - number of times, the process limit has been reached,
179 ; process manager: static
201 ; query string will also return status for each pool process.
207 ; The Full status returns for each process:
208 ; pid - the PID of the process;
209 ; state - the state of the process (Idle, Running, ...);
210 ; start time - the date and time the process has started;
211 ; start since - the number of seconds since the process has started;
212 ; requests - the number of requests the process has served;
220 ; it's always 0 if the process is not in Idle state
224 ; it's always 0 if the process is not in Idle state
227 ; If the process is in Idle state, then informations are related to the
228 ; last request the process has served. Otherwise informations are related to
366 ; The timeout for serving a single request after which the worker process will
409 ; process time (several ms).