On Oct 2, 2006, at 2:17 AM, [EMAIL PROTECTED] wrote:
> I just want to say what a wonderful toolset Turbogears is. I'm having > a blast using it. Great! > > I want to ask some questions, however, about scalability. I'm > developing a web system (the pages of which will be customised on a > per-user basis), that may grow to be quite popular. I need to > implement this, such that it's horizontally scalable in an indefinite > manner. > > OK, so web server replication and load balancing is easy. My problem > is with the DB. I can find several good-looking master-slave DB > replicators (Slony for PG, for example), but I can't find a suitable > load-balancing mechanism, especially one that integrates with > SQLObject > or SQLAlchemy. I'm not sure what you mean here. In what way is the ORM involved with the database replication? Do you mean from the standpoint of having some collection of web servers talk to some specifically collection of database servers? Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

