develooper Front page | perl.dbi.users | Postings from January 2007

Re: Recommended load balancing solutions (Thanks)

Thread Previous | Thread Next
From:
Mark Stosberg
Date:
January 5, 2007 06:52
Subject:
Re: Recommended load balancing solutions (Thanks)
Message ID:
20070105145209.6975.qmail@lists.develooper.com
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!

   Mark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About