Max connections per IP
Problem
Hi, we want to use the node-http-proxy in combination with express. Our setup ist the following: Main server: - express listening on port 443 - node-http-proxy listening on port 84 and forwards to 443 Proxy server - node-http-proxy listeing on port 443 and forwards to main server port 84 or another tomcat server Clients - clients connect to proxy server - depending on the url, they are routed to main server or tomcat server - if routet to main server the connection is kept open for about 30 seconds (long-polling) Everything works fine if our clients connect directly to the main server. If they connect over the proxy server we can have 5 request and nothing else happens until those requests are closed. We have to be able to connect a minimum of 500 clients by long polling. Any way we can manage this? Thanks for your help.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: Max connections per IP
are you sure that this is caused by node-http-proxy? there was recently a discussion on the mailing list about this topic: http://groups.google.com/group/nodejs/browse_thread/thread/bbc049d7d320c5ab?hl=en%3Fhl%3Den
Trust Score
1 verification
- 1
are you sure that this is caused by node-http-proxy?
are you sure that this is caused by node-http-proxy?
- 2
there was recently a discussion on the mailing list about this topic: http://gro
there was recently a discussion on the mailing list about this topic: http://groups.google.com/group/nodejs/browse_thread/thread/bbc049d7d320c5ab?hl=en%3Fhl%3Den
Validation
Resolved in http-party/node-http-proxy GitHub issue #80. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep