/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-11 / Simple Load Balancing 2.0 Config

[ << ] [ >> ]

[ Checking the URL / Gaetan OFFREDO ... ] [ Re: [Pound Mailing List] Simple Load Balancing ... ]

Simple Load Balancing 2.0 Config
Eric McCarthy <eric(at)desert.net>
2005-11-30 01:23:14 [ FULL ]
I'm attempting to test 2.0b3 with the following config. Pound always  
chooses the first back-end and never any other.

     ListenHTTP
       Address 207.182.32.9
       Port 8081
     End

     Service
       BackEnd
         Address 207.182.32.9
         Port 80
       End
       BackEnd
         Address 204.17.34.119
         Port 80
       End
     End

This should load balance all requests between those two back-ends,  
shouldn't it? I've tested on both FreeBSD 5.4 and Mac OS X 10.4, both  
with the same results.

-Eric

Re: [Pound Mailing List] Simple Load Balancing 2.0 Config
Robert Segall <roseg(at)apsis.ch>
2005-11-30 11:13:09 [ FULL ]
On Tue, 2005-11-29 at 17:23 -0700, Eric McCarthy wrote:[...]

Please try the following to help tracing down the problem:

- try reversing the order of the two servers and check which of them
gets the traffic

- try setting a higher priority on the second server. Does it get some
traffic?

- try adding a third (even if bogus) back-end. What do you see?

Please let us know and we'll try to fix it. Thanks for your help.[...]

MailBoxer