Lines Matching refs:process

118   Connections" and greater than 1. Web Server will start one PHP process, this
119 process will start/stop children PHP processes dynamically based on on demand.
131 `LSAPI_AVOID_FORK` specifies the policy of the internal process manager in
132 "Self Managed Mode". When set to 0, the internal process manager will stop and
133 start children process on demand to save system resource. This is preferred in
134 a shared hosting environment. When set to 1, the internal process manager will
135 try to avoid frequently stopping and starting children process. This might be
149 This controls how many requests each child process will handle before it exits
155 In Self Managed Mode, LSAPI_MAX_IDLE controls how long a idle child process
164 parent process immediately. When `LSAPI_AVOID_FORK` is set to 0, the default
171 time allowed when processing a request. If a child process can not finish
173 parent process. This option can help getting rid of dead or runaway child
174 process.
179 process will wait before exiting when there is no child process. This option
180 helps releasing system resources taken by an idle parent process.
184 By default a LSAPI application check the existence of its parent process and
185 exits automatically if the parent process died. This is to reduce orphan
186 process when web server is restarted. However, it is desirable to disable this
187 feature, such as when a LSAPI process was started manually from command line.
189 existence of parent process. When PHP is started by `-b` option, it is