|
|
| Kevin Scaldeferri 2007-02-21, 4:17 am |
| Anyone want to strongly advocate for one of the four or so components
that comes up on a CPAN search for "POE DBI"?
-kevin
| |
| Matt Sickler 2007-02-21, 7:25 pm |
| POE::Component::EasyDBI is what I use - quite simple and can be powerful
On 2/20/07, Kevin Scaldeferri <kevin@scaldeferri.com> 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
>
| |
| Mathieu Longtin 2007-02-21, 7:25 pm |
| Do any of them work with windows?
On 2/21/07, Matt Sickler <crazyfordynamite@gmail.com> wrote:
>
> POE::Component::EasyDBI is what I use - quite simple and can be powerful
>
> On 2/20/07, Kevin Scaldeferri <kevin@scaldeferri.com> wrote:
>
--
Mathieu Longtin
1-514-803-8977
| |
| Bill Nash 2007-02-21, 7:25 pm |
|
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 <crazyfordynamite@gmail.com> wrote:
>
>
>
>
| |
| Matt Sickler 2007-02-21, 7:25 pm |
| yes, DBI and PoCoEasyDBI work just fine on windows
On 2/21/07, Bill Nash <billn@billn.net> wrote:
>
>
> Well...
>
> A better question would be: Do Perl and DBI work with windows?
>
> - billn
>
> On Wed, 21 Feb 2007, Mathieu Longtin wrote:
>
> powerful
> components
>
| |
| Mathieu Longtin 2007-02-21, 7:25 pm |
| Been using perl, poe and dbi on windows for about 4 years. Compiling apps
with ActiveState's perlapp. It works great for what I do. I've been getting
around the DBI problem by using sqlite and making sure all my queries take
less than a tenth of a second. The db is simple enough that it works for
those apps.
On 2/21/07, Matt Sickler <crazyfordynamite@gmail.com> wrote:
>
> yes, DBI and PoCoEasyDBI work just fine on windows
>
> On 2/21/07, Bill Nash <billn@billn.net> wrote:
>
>
--
Mathieu Longtin
1-514-803-8977
| |
| Tony M Dart 2007-02-21, 7:25 pm |
| I'm new to POE. How ould you recommend interfacing with your running program
under Windows?
Thanks.
Tony
> Been using perl, poe and dbi on windows for about 4 years. Compiling apps
> with ActiveState's perlapp. It works great for what I do. I've been
> getting
> around the DBI problem by using sqlite and making sure all my queries take
> less than a tenth of a second. The db is simple enough that it works for
> those apps.
>
> On 2/21/07, Matt Sickler <crazyfordynamite@gmail.com> wrote:
>
>
> --
> Mathieu Longtin
> 1-514-803-8977
>
| |
| David Davis 2007-02-21, 7:26 pm |
| 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 <crazyfordynamite@gmail.com> wrote:
>
> yes, DBI and PoCoEasyDBI work just fine on windows
>
> On 2/21/07, Bill Nash <billn@billn.net> wrote:
>
|
|
|
|