KeepAlive issue help

frank nginx-forum at nginx.us
Tue Jan 18 14:03:10 MSK 2011


Hi, everyone

We have one issue trouble which related to keepalive, can anybody help
me out or provide some clue, Thanks a lot.

Let me describe the issue briefly.

- Nginx version: 07.62
- Load balancing algorithm: Round-robin(default)
- upstream configuration
upstream me2day {
        max_connections 50;
 
        server testweb002.mtod:80; # 1.8.7
        server testweb047.mtod:80; # 1.8.7
 
        server testweb081.mtod:80;
        server testweb082.mtod:80;
 
        max_connections 50;
}
- Load balanorcing wks well if keepAlive is off,
  but if we set "keepalive on", Load balancing doesn't work.The order of
servers seems to affect the "load".

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,167165,167165#msg-167165




More information about the nginx mailing list