Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 16 of 16) sorted by relevance

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_systemd.c19 int active=0, idle=0; in fpm_systemd() local
25 idle += wp->scoreboard->idle; in fpm_systemd()
40 …active, idle, requests, slow_req, ((float)requests - last) * 1000.0 / fpm_global_config.systemd_in… in fpm_systemd()
H A Dfpm_scoreboard.c81 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
94 if (idle >= 0) { in fpm_scoreboard_update()
95 scoreboard->idle = idle; in fpm_scoreboard_update()
122 if (scoreboard->idle + idle > 0) { in fpm_scoreboard_update()
123 scoreboard->idle += idle; in fpm_scoreboard_update()
125 scoreboard->idle = 0; in fpm_scoreboard_update()
H A Dfpm_status.h14 int idle; member
25 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
H A Dfpm_process_ctl.c317 int idle = 0; in fpm_pctl_perform_idle_server_maintenance() local
333 idle++; in fpm_pctl_perform_idle_server_maintenance()
356 …fpm_scoreboard_update(idle, active, cur_lq, -1, -1, -1, 0, FPM_SCOREBOARD_ACTION_SET, wp->scoreboa… in fpm_pctl_perform_idle_server_maintenance()
362 …EBUG, "[pool %s] currently %d active children, %d spare children", wp->config->name, active, idle); in fpm_pctl_perform_idle_server_maintenance()
379 …ildren, %d running children. Spawning rate %d", wp->config->name, active, idle, wp->running_childr… in fpm_pctl_perform_idle_server_maintenance()
381 if (idle > wp->config->pm_max_spare_servers && last_idle_child) { in fpm_pctl_perform_idle_server_maintenance()
388 if (idle < wp->config->pm_min_spare_servers) { in fpm_pctl_perform_idle_server_maintenance()
400 …e %d idle, and %d total children", wp->config->name, wp->idle_spawn_rate, idle, wp->running_childr… in fpm_pctl_perform_idle_server_maintenance()
404 children_to_fork = MIN(wp->idle_spawn_rate, wp->config->pm_min_spare_servers - idle); in fpm_pctl_perform_idle_server_maintenance()
H A Dfpm_scoreboard.h57 int idle; member
74 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
H A Dfpm_status.c108 if (scoreboard.idle < 0 || scoreboard.active < 0) { in fpm_status_handle_request()
370 scoreboard.idle, in fpm_status_handle_request()
372 scoreboard.idle + scoreboard.active, in fpm_status_handle_request()
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in81 ; pm.min_spare_servers - the minimum number of children in 'idle'
83 ; of 'idle' processes is less than this
85 ; pm.max_spare_servers - the maximum number of children in 'idle'
87 ; of 'idle' processes is greater than this
94 ; an idle process will be killed.
114 ; The desired minimum number of idle server processes.
119 ; The desired maximum number of idle server processes.
124 ; The number of seconds after which an idle process will be killed.
147 ; idle processes - the number of idle processes;
149 ; total processes - the number of idle + active processes;
[all …]
H A Dphp-fpm.conf.in215 ; pm.min_spare_servers - the minimum number of children in 'idle'
217 ; of 'idle' processes is less than this
219 ; pm.max_spare_servers - the maximum number of children in 'idle'
221 ; of 'idle' processes is greater than this
228 ; an idle process will be killed.
248 ; The desired minimum number of idle server processes.
253 ; The desired maximum number of idle server processes.
258 ; The number of seconds after which an idle process will be killed.
281 ; idle processes - the number of idle processes;
283 ; total processes - the number of idle + active processes;
[all …]
/PHP-5.6/sapi/litespeed/
H A DREADME161 In Self Managed Mode, LSAPI_MAX_IDLE controls how long a idle child
163 releasing system resources taken by idle processes.
169 In Self Managed Mode, LSAI_MAX_IDLE_CHILDREN controls how many idle
170 children processes are allowed. Excessive idle children processes
190 This option help releasing system resources taken by an idle parent
H A Dlsapilib.c2669 int idle = 0; in lsapi_check_child_status() local
2685 ( idle > g_prefork_server->m_iMaxIdleChildren )) in lsapi_check_child_status()
2699 ++idle; in lsapi_check_child_status()
2739 g_prefork_server->m_iCurChildren, count, idle, dying ); in lsapi_check_child_status()
/PHP-5.6/sapi/fpm/tests/
H A D010.phpt75 idle processes: 1
/PHP-5.6/
H A Dphp.ini-development1297 ; maintain an idle persistent connection. Using -1 means idle
H A Dphp.ini-production1297 ; maintain an idle persistent connection. Using -1 means idle
H A DINSTALL552 "idle-timeout" => 20
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch53 /* CONFIGURE: How many seconds before an idle connection gets closed.
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic9291 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
9292 >>>>>>&16 ubelong ^1 \b, not locked if idle

Completed in 135 milliseconds