LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: Static scheduler proposal

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Static scheduler proposal
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Sat, 7 Feb 2004 12:48:22 +0800 (CST)
Hi,

On Fri, 6 Feb 2004, Brett E. wrote:

> I would like to write a static scheduler which would not use the 
> connection hash table and instead, upon each packet arrival for a 
> virtual server, generate a hash number given the source IP and map the 
> client to one of the real servers.
> 

Just one comment. Maybe you need to create another table to assoicate hash
number and real server. If you use static function to map hash number to
real server, there will be a lot of problems when real servers are added
or deleted in the cluster.

Regards,

Wensong

<Prev in Thread] Current Thread [Next in Thread>