What happens when Phusion PassengerMaxPoolSize is reached?
Posted
by
bmurtagh
on Server Fault
See other posts from Server Fault
or by bmurtagh
Published on 2013-10-18T21:57:35Z
Indexed on
2013/10/20
21:57 UTC
Read the original article
Hit count: 143
The subject of my post pretty much sums up my question: What happens when PassengerMaxPoolSize is reached?
For Example:
PassengerMaxPoolSize is configured to 40 based off our system specs
What happens if all 40 sessions are active (processing a request) and our load balancer passes another session to this particular web server? This would send a 41st session to be processed without an available Passenger process.
© Server Fault or respective owner