LSAPI_CHILDREN or PHP_LSAPI_CHILDREN

#1
maxConns 100
env LSAPI_CHILDREN=50

In this total allowed connection will be 100 or 100X50?

What if, 150 connections per sec coming?

What is the ideal max connection limit?

Many pages showing syntax as PHP_LSAPI_CHILDREN. Which one is correct?
 

NiteWave

Administrator
#2
LSAPI_CHILDREN and PHP_LSAPI_CHILDREN are same, just alias

usually, should set maxConns = LSAPI_CHILDREN, total allowed connection will be maxConns
 

winkybil

Active Member
#3
Ok, so I was finally able to retrieve 5152 of the comments. For those who wants to know, here is how I did it. I have to use the morechildren call with the same "batch" of IDs.






Kodi nox
 
Last edited:
Top