I'm the author of EasyDBI and I just wanted to let everyone know that I'm
adding support for multiple forks and classes.

A hypothetical setup could be 5 connections, the first 4 being mysql slaves,
and the last a mysql master.

host #1 - class read
host #2 - class read
host #3 - class read
host #4 - class read
host #5 - class write

Your select queries with the class read would be distributed between the
first 4 hosts in the read class.  You would classify your updates with the
write class and they would be sent to host 5.

Comments? Suggestions?

David

On 2/21/07, Matt Sickler <[EMAIL PROTECTED]> wrote:

yes, DBI  and PoCoEasyDBI work just fine on windows

On 2/21/07, Bill Nash <[EMAIL PROTECTED]> wrote:
>
>
> Well...
>
> A better question would be: Do Perl and DBI work with windows?
>
> - billn
>
> On Wed, 21 Feb 2007, Mathieu Longtin wrote:
>
> > Do any of them work with windows?
> >
> > On 2/21/07, Matt Sickler <[EMAIL PROTECTED]> wrote:
> > >
> > > POE::Component::EasyDBI is what I use - quite simple and can be
> powerful
> > >
> > > On 2/20/07, Kevin Scaldeferri <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Anyone want to strongly advocate for one of the four or so
> components
> > > > that comes up on a CPAN search for "POE DBI"?
> > > >
> > > > -kevin
> > > >
> > >
> >
> >
> >
> >
>

Reply via email to