Home
last modified time | relevance | path

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

/PHP-5.3/sapi/litespeed/
H A Dlsapilib.c1587 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server() argument
1592 if ( max_children <= 1 ) { in LSAPI_Init_Prefork_Server()
1595 if ( max_children >= 10000) { in LSAPI_Init_Prefork_Server()
1596 max_children = 10000; in LSAPI_Init_Prefork_Server()
1612 g_prefork_server->m_iMaxChildren = max_children; in LSAPI_Init_Prefork_Server()
1614 g_prefork_server->m_iExtraChildren = ( avoidFork ) ? 0 : (max_children / 3) ; in LSAPI_Init_Prefork_Server()
1615 g_prefork_server->m_iMaxIdleChildren = ( avoidFork ) ? (max_children + 1) : (max_children / 3); in LSAPI_Init_Prefork_Server()
H A Dlsapilib.h326 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in184 ; static - a fixed number (pm.max_children) of child processes;
188 ; pm.max_children - the maximum number of children that can
201 ; pm.max_children - the maximum number of children that
217 pm.max_children = 5

Completed in 13 milliseconds