[Seaside] Load balancing

Andrew Catton andrew at smallthought.com
Tue Jul 25 21:29:26 UTC 2006


On 25-Jul-06, at 2:16 PM, Ramiro Diaz Trepat wrote:

> Thank you Cees,
>    You would somehow use a persistent Seaside session on memcached ?
>    Is that what you suggested for sharing users' sessions?
>    Or would you force, by other means, http requests coming from  
> the same user session to hit the same Seaside image?
>    Does anybody know how did the guys at dabbledb.com solve this?

Simple answer: we don't.  This sort of load balancing ends up not  
being an issue for us due to nature of the product -- rather than one  
large central application/DB, we have many relatively small,  
partitionable applications/DBs.  Because of this, "load balancing"  
simply ends up being a matter of how many independent accounts we can  
run on each server.

All of this does mean that we have limitations on the size and number  
of users for an individual account, but these are generally well  
beyond what any of our customers need or want..

Cheers,
======================

Andrew Catton
Smallthought Systems Inc.
email: andrew at smallthought.com
AIM: ajcatton




More information about the Seaside mailing list