Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2006 13:19:29 +0000
From:      Baldur Gislason <baldur@foo.is>
To:        freebsd-net@freebsd.org
Subject:   Load balancing for web servers
Message-ID:  <20060830131929.GD804@gremlin.foo.is>

next in thread | raw e-mail | index | archive | help
I'd like to set up a load balancing and resiliance system to
load balance between a bunch of web servers running Apache tomcat (slow java stuff).
Ideally I'd like each client IP to get mapped to a certain server and keep that
mapping throughout the entire session. I'd also like to have some means of detecting
a server that goes down and yank it from the load balancing pool. I do understand I
may have to write some code on that side.
Any suggestions to an approach? Can Netgraph do something like this?

Baldur




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060830131929.GD804>