in reply to Re: Getting Loaded
in thread Getting Loaded

I want to have 2+ servers with identical html files, CGI and databases. So I need a solution to balance requests to the domain between these 2+ servers. Traffic: I have to be able to add servers as required. Must eventually be able to provide service for 10,000 users Application: High availabilty Search Engines.

Replies are listed 'Best First'.
Re: Re: Re: Getting Loaded
by ehdonhon (Curate) on Nov 30, 2001 at 17:43 UTC

    If you are dealing with a session-less application, or if you plan on maintaining all of your session data in a database, then my suggestion would be to just use round-robin DNS for now. When you get to the 10,000 user level, I suspect you'll be using many more than 2 servers, and it might become worth it to look into a hardware solution at that point.