Home
last modified time | relevance | path

Searched refs:max_requests (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm.c37 .max_requests = 0,
93 int fpm_run(int *max_requests) /* {{{ */ in fpm_run() argument
121 *max_requests = fpm_globals.max_requests; in fpm_run()
H A Dfpm.h39 int fpm_run(int *max_requests);
53 int max_requests; /* for this child */ member
H A Dfpm_main.c1614 int max_requests = 500; local
1902 fcgi_fd = fpm_run(&max_requests);
2020 if (max_requests && (requests == max_requests)) {
H A Dfpm_children.c148 fpm_globals.max_requests = wp->config->pm_max_requests; in fpm_child_init()
/PHP-5.6/sapi/apache2handler/
H A Dphp_functions.c371 int n, max_requests; in PHP_MINFO_FUNCTION() local
418 ap_mpm_query(AP_MPMQ_MAX_REQUESTS_DAEMON, &max_requests); in PHP_MINFO_FUNCTION()
419 …snprintf(tmp, sizeof(tmp), "Per Child: %d - Keep Alive: %s - Max Per Connection: %d", max_requests in PHP_MINFO_FUNCTION()
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c1758 int max_requests = 500; local
1989 max_requests = atoi(getenv("PHP_FCGI_MAX_REQUESTS"));
1990 if (max_requests < 0) {
2549 if (max_requests && (requests == max_requests)) {
2554 if (max_requests != 1) {
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in133 ;pm.max_requests = 500
H A Dphp-fpm.conf.in267 ;pm.max_requests = 500

Completed in 38 milliseconds