> On Wed, 22 Oct 2008, Steve Haneman wrote:
>
>>    for (my $x=11; $x <= 111; $x++)
>>    {
>>            system("/sbin/ipvsadm -A -t 172.16.16.$x:443 -p 1500 -s rr");
>>            system("/sbin/ipvsadm -a -t 172.16.16.$x:443 -r 
>> 192.168.253.$x:443 -m -w 1");
>>            system("/sbin/ipvsadm -a -t 172.16.16.$x:443 -r 
>> 192.168.252.$x:443 -m -w 1");
>>    }

Not sure if this might help but have you tried using different
scheduling algorithms? In particular maybe destination hashing?

-Jeff

_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to