|
Home > Archive > Perlbal > January 2007 > multiple perlbals
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Del Raco 2007-01-17, 7:11 am |
| Hi,
To avoid a single point of failure, I have multiple
perlbals set up as reverse proxies to a bunch of
apache boxes. =20
Is it okay for each of the perlbals to frontend all
the apaches in the backend?
If "persist_backend" is enabled, would one perlbal
starve out the other perlbals?
Thanks.
=20
________________________________________
_________________________________=
___________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/
| |
| Brad Fitzpatrick 2007-01-17, 7:12 pm |
| We do this on LiveJournal (~10 perlbals fronting ~100 apaches...) without
problems.
Just set your service's max_backend_uses (which is normally 0, for
unlimited), to like 20-100, and then the Perlbals will give up their
connections periodically and give others chances to connect... eventually
(pretty quickly actually), they'll all balance out and have the same
number of backend connections.
Also keep backend_persist_cache reasonable... no more than your Apache's
MaxClients divided by your number of Perlbals, say.
- Brad
On Wed, 17 Jan 2007, Del Raco wrote:
> Hi,
>
> To avoid a single point of failure, I have multiple
> perlbals set up as reverse proxies to a bunch of
> apache boxes.
>
> Is it okay for each of the perlbals to frontend all
> the apaches in the backend?
>
> If "persist_backend" is enabled, would one perlbal
> starve out the other perlbals?
>
> Thanks.
>
>
>
> ________________________________________
________________________________________
____
> Never miss an email again!
> Yahoo! Toolbar alerts you the instant new Mail arrives.
> http://tools.search.yahoo.com/toolbar/features/mail/
>
>
|
|
|
|
|