On 4/18/07, Denis Banovic <[EMAIL PROTECTED]> wrote:
Is it possible to configure Perlbal so there is no single point of failure?
That sort of high-availability setup is beyond the scope of an application-level load balancer like Perlbal. You need to use something that allows for IP takeover. The hardware solutions work, and there are many HA software solutions for Linux as well. Some of them are noted in the mod_perl docs: http://perl.apache.org/download/third_party.html#High_Availability_and_Load_Balancing_Projects - Perrin