Reputation: 9664
Assuming worker_process is 4
And worker_connections is 500
This means there are 2000 max concurrent connections allowed.
Does this mean 2000 is the max number of connections or max number of requests?
What happens when the 2001th connection or request arrives? Will it be rejected or be added to queue?
Upvotes: 0
Views: 1289
Reputation: 854
Upvotes: 1