Home
last modified time | relevance | path

Searched refs:max_children (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/fpm/tests/
H A D003.phpt18 pm.max_children = 5
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.h358 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );
H A Dlsapilib.c2438 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server() argument
2443 if ( max_children <= 1 ) in LSAPI_Init_Prefork_Server()
2445 if ( max_children >= 10000) in LSAPI_Init_Prefork_Server()
2446 max_children = 10000; in LSAPI_Init_Prefork_Server()
2461 g_prefork_server->m_iMaxChildren = max_children; in LSAPI_Init_Prefork_Server()
2463 g_prefork_server->m_iExtraChildren = ( avoidFork ) ? 0 : (max_children / 3) ; in LSAPI_Init_Prefork_Server()
2464 g_prefork_server->m_iMaxIdleChildren = ( avoidFork ) ? (max_children + 1) : (max_children / 3); in LSAPI_Init_Prefork_Server()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in197 ; static - a fixed number (pm.max_children) of child processes;
201 ; pm.max_children - the maximum number of children that can
214 ; pm.max_children - the maximum number of children that
230 pm.max_children = 5

Completed in 28 milliseconds