Home
last modified time | relevance | path

Searched refs:max_children (Results 26 – 48 of 48) sorted by relevance

12

/PHP-7.3/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2048.phpt18 pm.max_children = 5
H A Dlog-bwd-msg-with-nl.phpt16 pm.max_children = 5
H A Dlog-bwp-limit-1024-msg-120.phpt18 pm.max_children = 5
H A Dlog-bwp-limit-1500-msg-3300.phpt18 pm.max_children = 5
H A Dlog-dwd-limit-1050-msg-2048.phpt18 pm.max_children = 5
H A Dlog-dwp-limit-1000-msg-2000.phpt18 pm.max_children = 5
H A Dbug72573-http-proxy.phpt16 pm.max_children = 5
H A Dbug68442-signal-reload.phpt19 pm.max_children = 5
H A Dbug77934-reload-process-control.phpt20 pm.max_children = 5
H A Dbug78599-path-info-underflow.phpt16 pm.max_children = 5
H A Dgetallheaders.phpt16 pm.max_children = 5
H A Dlog-bwd-multiple-msgs.phpt16 pm.max_children = 5
H A Dlog-bwd-multiple-msgs-stdout-stderr.phpt16 pm.max_children = 5
H A Dsocket-ipv4-fallback.phpt19 pm.max_children = 5
H A Dbug68391-conf-include-order.phpt24 pm.max_children = 5
H A Dmain-global-prefix.phpt22 pm.max_children = 5
H A Dpool-prefix.phpt27 pm.max_children = 5
H A Dsocket-invalid-allowed-clients.phpt19 pm.max_children = 5
H A Dbug75212-php-value-in-user-ini.phpt16 pm.max_children = 5
H A Dfpm_get_status_basic.phpt16 pm.max_children = 5
/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c2748 if ( max_children <= 1 ) in LSAPI_Init_Prefork_Server()
2750 if ( max_children >= 10000) in LSAPI_Init_Prefork_Server()
2751 max_children = 10000; in LSAPI_Init_Prefork_Server()
2754 s_max_busy_workers = max_children / 2 + 1; in LSAPI_Init_Prefork_Server()
2771 g_prefork_server->m_iMaxChildren = max_children; in LSAPI_Init_Prefork_Server()
2774 g_prefork_server->m_iMaxIdleChildren = ( avoidFork ) ? (max_children + 1) : (max_children / 3); in LSAPI_Init_Prefork_Server()
2940 int max_children; in lsapi_init_children_status() local
2943 max_children = g_prefork_server->m_iMaxChildren in lsapi_init_children_status()
2947 size = max_children * sizeof( lsapi_child_status ) * 2 + 3 * sizeof(int); in lsapi_init_children_status()
3331 int max_children = g_prefork_server->m_iMaxChildren; in LSAPI_Postfork_Child() local
[all …]
H A Dlsapilib.h364 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in80 ; static - a fixed number (pm.max_children) of child processes;
84 ; pm.max_children - the maximum number of children that can
97 ; pm.max_children - the maximum number of children that
113 pm.max_children = 5

Completed in 43 milliseconds

12