Home
last modified time | relevance | path

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

/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c164 static int s_max_busy_workers = -1; variable
2809 if (s_max_busy_workers == 0) in LSAPI_Init_Prefork_Server()
2810 s_max_busy_workers = max_children / 2 + 1; in LSAPI_Init_Prefork_Server()
3615 else if (s_req_processed > 0 && s_max_busy_workers > 0 && s_busy_workers) in LSAPI_Prefork_Accept_r()
3618 if (ret >= s_max_busy_workers) in LSAPI_Prefork_Accept_r()
4116 s_max_busy_workers = n; in LSAPI_Init_Env_Parameters()

Completed in 12 milliseconds