Home
last modified time | relevance | path

Searched refs:s_max_busy_workers (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c166 static int s_max_busy_workers = -1; variable
2762 if (s_max_busy_workers == 0) in LSAPI_Init_Prefork_Server()
2763 s_max_busy_workers = max_children / 2 + 1; in LSAPI_Init_Prefork_Server()
3562 else if (s_req_processed > 0 && s_max_busy_workers > 0 && s_busy_workers) in LSAPI_Prefork_Accept_r()
3565 if (ret >= s_max_busy_workers) in LSAPI_Prefork_Accept_r()
4062 s_max_busy_workers = n; in LSAPI_Init_Env_Parameters()

Completed in 20 milliseconds