Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm.c35 .max_requests = 0,
91 int fpm_run(int *max_requests) /* {{{ */ in fpm_run() argument
119 *max_requests = fpm_globals.max_requests; in fpm_run()
H A Dfpm.h37 int fpm_run(int *max_requests);
51 int max_requests; /* for this child */ member
H A Dfpm_main.c1549 int max_requests = 0; in main() local
1854 fcgi_fd = fpm_run(&max_requests); in main()
1973 if (UNEXPECTED(max_requests && (requests == max_requests))) { in main()
H A Dfpm_children.c150 fpm_globals.max_requests = wp->config->pm_max_requests; in fpm_child_init()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c369 int n, max_requests; in PHP_MINFO_FUNCTION() local
420 ap_mpm_query(AP_MPMQ_MAX_REQUESTS_DAEMON, &max_requests); in PHP_MINFO_FUNCTION()
421 …snprintf(tmp, sizeof(tmp), "Per Child: %d - Keep Alive: %s - Max Per Connection: %d", max_requests in PHP_MINFO_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1762 int max_requests = 500; local
1997 max_requests = atoi(getenv("PHP_FCGI_MAX_REQUESTS"));
1998 if (max_requests < 0) {
2647 if (max_requests && (requests == max_requests)) {
2650 if (max_requests != 1) {
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in140 ;pm.max_requests = 500

Completed in 27 milliseconds