Home
last modified time | relevance | path

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

/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c164 static int s_max_busy_workers = -1; variable
2779 if (s_max_busy_workers == 0) in LSAPI_Init_Prefork_Server()
2780 s_max_busy_workers = max_children / 2 + 1; in LSAPI_Init_Prefork_Server()
3585 else if (s_req_processed > 0 && s_max_busy_workers > 0 && s_busy_workers) in LSAPI_Prefork_Accept_r()
3588 if (ret >= s_max_busy_workers) in LSAPI_Prefork_Accept_r()
4086 s_max_busy_workers = n; in LSAPI_Init_Env_Parameters()

Completed in 14 milliseconds