
gas at gasdigital
Nov 13, 2002, 9:23 AM
Post #3 of 3
(748 views)
Permalink
|
Hi Theo, Thanks for replying.... my question wasnt really about the dynamics of the backhand module but the configuration in httpd.conf... I want to use backhand to deploy calls to any .cgi files in or below the /cgi-bin folder... My server details are www1.mysite.com/cgi-bin/ /usr/home/mysite/cgi-bin/ 193.109.194.33 www2.mysite.com/cgi-bin/ /usr/home/mysite/cgi-bin/ 193.109.194.82 with www1 being the current server and www2 being a new server i have set up and is ready to receive backhand calls.... I really wanted to know what i should have in each of the httpd.conf files Thanks again Gary Sewell -----Original Message----- From: backhand-users-admin [at] lists [mailto:backhand-users-admin [at] lists]On Behalf Of Theo Schlossnagle Sent: 13 November 2002 3:16 PM To: backhand-users [at] lists Cc: Theo Schlossnagle Subject: Re: [m_b_users] FW: help again! On Wednesday, Nov 13, 2002, at 08:05 US/Eastern, Gary Sewell wrote: > When the cpu on www1 is at 75% capacity i want to push the requests to That type of load-balancing isn't balancing at all. It sounds like you want a bucket pour over. That seems like a really poor approach to the problem. So, if the www2 machine has a load of 100 and the www1 machine has a load of .75, you still want to pass it back? Why? So, if you _really_ want to do this you will need to write your own candidacy function in C. otherwise, use: Backhand byLoad 1 That will choose the www2 machine only if it's load is less that www1's load - 1. -- Theo Schlossnagle Principal Consultant OmniTI Computer Consulting, Inc. -- http://www.omniti.com/ Phone: +1 410 872 4910 x201 Fax: +1 410 872 4911 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7 ----------------------------------------------------------- -- Presenting at ApacheCon -- -- November 18th, 2002 -- -- Las Vegas, Nevada -- -- Backhand: understanding and building HA/LB clusters -- -- http://apachecon.com/2002/US/ -- -- -- -- Learn all there is to know about high availability -- -- internet systems and load balancing techniques -- -- focusing on applications driven by the Apache web -- -- server! -- ----------------------------------------------------------- _______________________________________________ backhand-users mailing list backhand-users [at] lists http://lists.backhand.org/mailman/listinfo/backhand-users
|