Searched refs:idle (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_systemd.c | 19 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 D | fpm_scoreboard.c | 76 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 D | fpm_status.h | 14 int idle; member 25 void fpm_status_update_activity(struct fpm_shm_s *shm, int idle, int active, int total, unsigned cu…
|
H A D | fpm_process_ctl.c | 317 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 D | fpm_scoreboard.h | 57 int idle; member 74 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
|
H A D | fpm_status.c | 108 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.4/sapi/litespeed/ |
H A D | README | 161 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 D | lsapilib.c | 2615 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.4/sapi/fpm/ |
H A D | php-fpm.conf.in | 199 ; pm.min_spare_servers - the minimum number of children in 'idle' 201 ; of 'idle' processes is less than this 203 ; pm.max_spare_servers - the maximum number of children in 'idle' 205 ; of 'idle' processes is greater than this 212 ; an idle process will be killed. 232 ; The desired minimum number of idle server processes. 237 ; The desired maximum number of idle server processes. 242 ; The number of seconds after which an idle process will be killed. 265 ; idle processes - the number of idle processes; 267 ; total processes - the number of idle + active processes; [all …]
|
/PHP-5.4/ |
H A D | php.ini-development | 1238 ; maintain an idle persistent connection. Using -1 means idle
|
H A D | php.ini-production | 1238 ; maintain an idle persistent connection. Using -1 means idle
|
H A D | INSTALL | 552 "idle-timeout" => 20
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd_patch | 53 /* CONFIGURE: How many seconds before an idle connection gets closed.
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 8665 >>>>>>>&0 ubelong x \b, locked if idle for %u seconds 8666 >>>>>>&16 ubelong ^1 \b, not locked if idle
|
Completed in 104 milliseconds