Home
last modified time | relevance | path

Searched refs:pm_max_children (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.c347 …ider raising pm.max_children setting (%d)", wp->config->name, cur_lq, wp->config->pm_max_children); in fpm_pctl_perform_idle_server_maintenance()
389 if (wp->running_children >= wp->config->pm_max_children) { in fpm_pctl_perform_idle_server_maintenance()
392 …pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); in fpm_pctl_perform_idle_server_maintenance()
407 children_to_fork = MIN(children_to_fork, wp->config->pm_max_children - wp->running_children); in fpm_pctl_perform_idle_server_maintenance()
411 …pm.max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); in fpm_pctl_perform_idle_server_maintenance()
512 if (wp->running_children >= wp->config->pm_max_children) { in fpm_pctl_on_socket_accept()
515 …ed max_children setting (%d), consider raising it", wp->config->name, wp->config->pm_max_children); in fpm_pctl_on_socket_accept()
H A Dfpm_scoreboard.c45 if (wp->config->pm_max_children < 1) { in fpm_scoreboard_init_main()
55 …wp->scoreboard = fpm_shm_alloc(sizeof(struct fpm_scoreboard_s) + (wp->config->pm_max_children - 1)… in fpm_scoreboard_init_main()
59 wp->scoreboard->nprocs = wp->config->pm_max_children; in fpm_scoreboard_init_main()
H A Dfpm_conf.h67 int pm_max_children; member
H A Dfpm_events.c327 if (wp->config->catch_workers_output && wp->config->pm_max_children > 0) { in fpm_event_init_main()
328 max += (wp->config->pm_max_children * 2); in fpm_event_init_main()
H A Dfpm_conf.c132 { "pm.max_children", &fpm_conf_set_integer, WPO(pm_max_children) },
784 if (wp->config->pm_max_children < 1) { in fpm_conf_process_all_pools()
803 if (config->pm_min_spare_servers > config->pm_max_children || in fpm_conf_process_all_pools()
804 config->pm_max_spare_servers > config->pm_max_children) { in fpm_conf_process_all_pools()
805 …config->name, config->pm_min_spare_servers, config->pm_max_spare_servers, config->pm_max_children); in fpm_conf_process_all_pools()
1589 zlog(ZLOG_NOTICE, "\tpm.max_children = %d", wp->config->pm_max_children); in fpm_conf_dump()
H A Dfpm_php.c151 len = sprintf(max_workers, "%u", (unsigned int) wp->config->pm_max_children);
H A Dfpm_children.c381 max = wp->config->pm_max_children; in fpm_children_make()

Completed in 16 milliseconds