Home
last modified time | relevance | path

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

12

/PHP-5.6/sapi/fpm/tests/
H A D008.phpt23 pm.max_children = 5
32 pm.max_children = 2
39 pm.max_children = 2
H A Dskipapparmor.inc10 pm.max_children = 5
H A D015.phpt27 pm.max_children = 5
35 pm.max_children = 5
H A D013.phpt21 pm.max_children = 5
H A D002.phpt19 pm.max_children = 5
H A D014.phpt21 pm.max_children = 5
H A D003.phpt22 pm.max_children = 5
H A D011.phpt21 pm.max_children = 5
H A D009.phpt21 pm.max_children = 5
H A D004.phpt22 pm.max_children = 5
H A D005.phpt23 pm.max_children = 5
H A D006.phpt23 pm.max_children = 5
H A D017.phpt20 pm.max_children = 5
H A Dapparmor.phpt26 pm.max_children = 5
H A D022-cve-2016-5385.phpt20 pm.max_children = 5
H A D007.phpt26 pm.max_children = 5
H A D020.phpt30 pm.max_children = 5
H A D010.phpt26 pm.max_children = 5
H A D012.phpt23 pm.max_children = 5
H A D021-uds-acl.phpt44 pm.max_children = 5
H A D016.phpt33 pm.max_children = 5
H A D019.phpt28 pm.max_children = 5
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.h358 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );
H A Dlsapilib.c2493 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server() argument
2498 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()
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in74 ; static - a fixed number (pm.max_children) of child processes;
78 ; pm.max_children - the maximum number of children that can
91 ; pm.max_children - the maximum number of children that
107 pm.max_children = 5

Completed in 42 milliseconds

12