Hello, I'm currently working on nginx limits as a reverse proxy on a Debian box. My current setup is a nginx configured as a http/https web server (for static content) and a reverse proxy for node.js processes on the same server and in future on other Debian boxes. I was unable to see (while reading the documentation) real hard limitations for nginx in this setup excepting ephemeral ports exhaustion. It may be a concern as Node.js applications usually open a websocket that is connected as long as a user stays connected to the application. If I understood everything correctly it means that nginx in this setup will not be able to manage more than about 64k clients connections. Am I right ? What can be done if I would like to go over this 64k limit ? Could you please suggest a solution ?
-- Best regards, Artur.
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
