[OGo-Users] OGo & GFS?
Adam Tauno Williams
users@opengroupware.org
Fri, 29 Feb 2008 10:02:34 -0500
> > Multiple daemons and Apache round-robin is a dumb kind of load
> > balancing; it that doesn't guarantee you aren't stacking up requests on
> > one instance. But in practice (so far) it seems to level out pretty
> > well.
> Wasn't there a commercial load balancer available from Skyrix at one point?
Yep, "snsd" or some such.
> May not fit your solution but it may be worth investigating pending your
> license requirements wrt design implementation.
The load balancing bit isn't really a problem, a brute force approach
works pretty well with balancing ZideStore since it is stateless and
even if you miss fire occasionally (hit a busy server) the requests are
typically pretty small. The question is how to best (and safely) make
them all see the same storage (defaults, documents, etc...)