I just wanted to confirm by the issues stated below that there is no point in having set more than 1 Worker Process and no more than 1024 Worker connections and by putting anything more, Windows/Nginx will ignore it?
If I have external 2000 connections trying to start, they have to wait until one frees up even if I was to put 2048 Worker connections and Auto for Worker processes, right?
Known issues : http://nginx.org/en/docs/windows.html
Although several workers can be started, only one of them actually does any work.
A worker can handle no more than 1024 simultaneous connections.
If I have external 2000 connections trying to start, they have to wait until one frees up even if I was to put 2048 Worker connections and Auto for Worker processes, right?
Known issues : http://nginx.org/en/docs/windows.html
Although several workers can be started, only one of them actually does any work.
A worker can handle no more than 1024 simultaneous connections.