Tim Bunce wrote: > On Thu, Jan 04, 2007 at 02:54:37PM -0500, Mark Stosberg wrote: >> Hello, >> >> Today I've been researching database load balancing solutions to use >> with an Apache/mod_perl application and a PostgreSQL database. Right now >> I'm using Slony-I for replication, and it seems to work well enough. > >> ##### >> >> What's beginning to appeal to me know is to solve part load balancing in >> the application by using two database handles: a read/write one, and a >> read-only one. From there, it's much easier problem to solve: The R/w >> handle always talks to the master and the Read-only handle can be load >> balanced without being so "smart". > > A wise approach. I believe DBIx::Class is taking that approach. You deserve some credit. I think I got the idea from you, through an previous post I found during my research. Thanks! MarkThread Previous | Thread Next