max LSAPI for long connections

gdewey

Well-Known Member
#1
Hi, we are hosting a webservice under LSWS that allows a remote REST Client to upload files to our server, this uploads can take up to 60 seconds

the webservice uses PHP / LSAPI but I am worry about the max connection limit.

I see in the graph this

https://db.tt/jFcUB5hZ

where 70 is the max. I am checking all the php settings but I don't see 70 as the limit anywhere..

where can I control or increase the limit so I dont allow only 70 simult connections for users to upload files?

thanks
 
Top