Home
last modified time | relevance | path

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

/PHP-7.3/sapi/litespeed/
H A Dlsapilib.c164 static int s_max_busy_workers = -1; variable
2753 if (s_max_busy_workers == 0) in LSAPI_Init_Prefork_Server()
2754 s_max_busy_workers = max_children / 2 + 1; in LSAPI_Init_Prefork_Server()
3555 else if (s_req_processed > 0 && s_max_busy_workers > 0 && s_busy_workers) in LSAPI_Prefork_Accept_r()
3558 if (ret >= s_max_busy_workers) in LSAPI_Prefork_Accept_r()
4043 s_max_busy_workers = n; in LSAPI_Init_Env_Parameters()

Completed in 16 milliseconds