more workers and less maxConns vs less workers and more maxConns

#1
Which one is giving better performance? For example, 1 worker with 200 maxConns or 4 workers with 50 maxConns?
How to monitor the performance in each case?
Thanks.
 

Cold-Egg

Administrator
#2
Definition of the workers,
The number of workers in the license description indicates how many LiteSpeed processes will be spawned - the number of processes that do general server work. Examples of the work done include: routing requests, SSL decryption/encryption, caching, rewriting, serving static contents, etc.
It will help with high-traffic load situations, if the maxConns you mentioned is PHP-related, then it won't help much.
 
Top