Searched refs:max_children (Results 1 – 25 of 26) sorted by relevance
12
13 pm.max_children = 239 pm.max_children = 548 pm.max_children = 255 pm.max_children = 2
10 pm.max_children = 5
16 pm.max_children = 557 pm.max_children = 5
27 pm.max_children = 535 pm.max_children = 5
13 pm.max_children = 249 pm.max_children = 5
21 pm.max_children = 5
19 pm.max_children = 5
22 pm.max_children = 5
23 pm.max_children = 5
20 pm.max_children = 5
26 pm.max_children = 5
30 pm.max_children = 5
26 pm.max_children = 1
28 pm.max_children = 5
358 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );
2493 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server() argument2498 if ( max_children <= 1 ) in LSAPI_Init_Prefork_Server()2500 if ( max_children >= 10000) in LSAPI_Init_Prefork_Server()2501 max_children = 10000; in LSAPI_Init_Prefork_Server()2516 g_prefork_server->m_iMaxChildren = max_children; in LSAPI_Init_Prefork_Server()2518 g_prefork_server->m_iExtraChildren = ( avoidFork ) ? 0 : (max_children / 3) ; in LSAPI_Init_Prefork_Server()2519 g_prefork_server->m_iMaxIdleChildren = ( avoidFork ) ? (max_children + 1) : (max_children / 3); in LSAPI_Init_Prefork_Server()
80 ; static - a fixed number (pm.max_children) of child processes;84 ; pm.max_children - the maximum number of children that can97 ; pm.max_children - the maximum number of children that113 pm.max_children = 5
Completed in 31 milliseconds