[Click] Re: click load balancer ?

Eddie Kohler kohler at icir.org
Wed Dec 31 18:16:28 EST 2003


> A final query --- is there is an easy way
> to map the same source IP address to the same destination server
> over -- let's say -- a one hour session?

RoundRobinIPMapper won't do this, but it should be very easy to write
"SourceHashIPMapper", which would hash the source IP address into a bucket,
or a version of RoundRobinIPMapper that remembered source IPs for a while.

Eddie


More information about the click mailing list