depends on how it does the load balancing. If it only redirects the first then leaves the user on that server then a power users maybe causing the problem.
The other servers just seem to be getting the lower loads, lower users. Look at the logs of a period of time and look at if it is always server 2.. How does the server indicate to the load balancer that it is overloaded? Is it overloaded or just got more threads, less traffic but more threads? So many question few answers but i hope this helps. server seems busy? you need to look more on things like actual bandwidth and latency of pages on each page. Also it could be just a cheap load balancer and all it is doing is a rotation. not balancing. How long do you allow sessions to be kept open and do the sessions cross servers (Single signon) On Wed, Apr 23, 2008 at 11:13 PM, Sir June <[EMAIL PROTECTED]> wrote: > Hi, > in my previous thread x509, i mentioned i have 3 linux boxes with a load > balancer in their front-end. They all serve www.mydomain.com through the > VIP interface of the load balancer switch. My impression is that the load > balancer should distribute the load traffic among the 3 servers, right? > > checking the daily apache/error_log file of each server showed me these > logs at a certain point in time. > > linux1: > [info] server seems busy, (you may need to increase StartServers, or > Min/MaxSpareServers), spawning 32 children, there are 0 idle, and 179 total > children > > linux2: > [info] server seems busy, (you may need to increase StartServers, or > Min/MaxSpareServers), spawning 32 children, there are 0 idle, and 1429 total > children > > linux3: > [info] server seems busy, (you may need to increase StartServers, or > Min/MaxSpareServers), spawning 32 children, there are 0 idle, and 78 total > children > > > for newbie like me, linux2 is taking so much load compare to linux1 and > linux3. Is the load balancer not distributing the load across the servers? I > mean, the numbers may not be equal to all servers but at least just differ > by a couple of tens of processes not hundreds. > > All servers have MaxSpareServers 10 and StartServers 5. Any ideas, why > linux2 has so much? > > > thanks, > Sir june > > > ------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ> > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > http://lists.linux.org.ph/mailman/listinfo/plug > Searchable Archives: http://archives.free.net.ph >
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

