3

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.

bmurtagh
  • 763
  • 2
  • 6
  • 13

1 Answers1

1

The requests queued.

You might want to read this http://blog.phusion.nl/2008/10/29/phusion-passenger-now-with-global-queuing/

kn330
  • 827
  • 1
  • 7
  • 19