Home
last modified time | relevance | path

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

/PHP-5.5/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.c76 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
89 if (idle >= 0) { in fpm_scoreboard_update()
90 scoreboard->idle = idle; in fpm_scoreboard_update()
117 if (scoreboard->idle + idle > 0) { in fpm_scoreboard_update()
118 scoreboard->idle += idle; in fpm_scoreboard_update()
120 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.5/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.c2615 int idle = 0; in lsapi_check_child_status() local
2631 ( idle > g_prefork_server->m_iMaxIdleChildren )) in lsapi_check_child_status()
2645 ++idle; in lsapi_check_child_status()
2685 g_prefork_server->m_iCurChildren, count, idle, dying ); in lsapi_check_child_status()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in204 ; pm.min_spare_servers - the minimum number of children in 'idle'
206 ; of 'idle' processes is less than this
208 ; pm.max_spare_servers - the maximum number of children in 'idle'
210 ; of 'idle' processes is greater than this
217 ; an idle process will be killed.
237 ; The desired minimum number of idle server processes.
242 ; The desired maximum number of idle server processes.
247 ; The number of seconds after which an idle process will be killed.
270 ; idle processes - the number of idle processes;
272 ; total processes - the number of idle + active processes;
[all …]
/PHP-5.5/
H A Dphp.ini-development1239 ; maintain an idle persistent connection. Using -1 means idle
H A Dphp.ini-production1239 ; maintain an idle persistent connection. Using -1 means idle
H A DINSTALL552 "idle-timeout" => 20
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch53 /* CONFIGURE: How many seconds before an idle connection gets closed.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8665 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds
8666 >>>>>>&16 ubelong ^1 \b, not locked if idle

Completed in 74 milliseconds