hakkr has asked for the wisdom of the Perl Monks concerning the following question:
What is the best way to load balance web page and CGI requests to an Apache Server.
Is it
1.Somehow redirect all requests to a Perl round robin hand made solution?
2.Use a CPAN modules like Schedule::Load?
3. Use an Apache Module?
4. Buy a commercial solution
Also does anyone know the best way to load balance Mysql queries from a CGI?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting Loaded
by ask (Pilgrim) on Nov 30, 2001 at 17:18 UTC | |
by hakkr (Chaplain) on Nov 30, 2001 at 17:34 UTC | |
by ehdonhon (Curate) on Nov 30, 2001 at 17:43 UTC | |
|
Re: Getting Loaded
by guha (Priest) on Nov 30, 2001 at 18:06 UTC | |
|
Re: Getting Loaded
by DrManhattan (Chaplain) on Nov 30, 2001 at 20:11 UTC | |
|
Re: Getting Loaded
by yodabjorn (Monk) on Aug 26, 2002 at 21:49 UTC |