FG
💻 Software📡 Networking

Max connections per IP

Freshover 14 years ago
Mar 14, 20260 views
Confidence Score85%
85%

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

Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate1 verificationLast verified Mar 14, 2026

Solution: Max connections per IP

Low Risk

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

84

Trust Score

1 verification

100% success
  1. 1

    are you sure that this is caused by node-http-proxy?

    are you sure that this is caused by node-http-proxy?

  2. 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

Worked: 1
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

proxyhttpnode.js