Re: Suggestions on which poe DBI module to use

2009-04-28 Thread Andrew Feren
I've only read through the code so far, but here are a couple of thoughts. I thought '' should be specified for unused EasyDBI aliases rather than 'not_used'. Although I like the self documenting nature of 'not_used'. This seems straight forward enough and looks like what you advertised. I

Re: Suggestions on which poe DBI module to use

2009-04-28 Thread Andrew Feren
Last night I remembered (at least partially) the one problem I had with EasyDBI. I had some minor problems when connecting to the DB (http://rt.cpan.org/Ticket/Display.html?id=36693 and I think something else that I can't find documented). I worked around it with an eval { ... }; if ($@)

Re: Suggestions on which poe DBI module to use

2009-04-28 Thread Brett Paden
Andrew Feren wrote: It's been a while since I looked at all of these. I have some code using EasyDBI and other code using SimpleDBI. Me too ... I settled on EasyDBI as well, but made that decision two ago and don't specifically recall my exact reasoning :-). I do know that EasyDBI met

Re: Suggestions on which poe DBI module to use

2009-04-28 Thread Phil Whelan
On Tue, Apr 28, 2009 at 6:46 AM, Brett Paden pa...@multiply.com wrote: The app the uses EasyDBI is running in production servers and shuffles around 2TB of uploaded user data a day; I have ran into 0 problems. Same here. We've been running this in a daemon that processes very large volumes of

Re: Suggestions on which poe DBI module to use

2009-04-27 Thread Phil Whelan
Hi, I like POE-Component-EasyDBI Actually, I've written a wrapper module POE-Component-EasyDBI-Multiplex, which I've not yet made public, but we're using to manage a pool of EasyDBI connections. POE-Component-EasyDBI-Multiplex uses the same interface as POE-Component-EasyDBI, but the whole API

Re: Suggestions on which poe DBI module to use

2009-04-27 Thread Andrew Feren
I've been starting to implement something similar so I'd love to see this. -Andrew Phil Whelan wrote: Hi, I like POE-Component-EasyDBI Actually, I've written a wrapper module POE-Component-EasyDBI-Multiplex, which I've not yet made public, but we're using to manage a pool of EasyDBI

Re: Suggestions on which poe DBI module to use

2009-04-27 Thread Josh803316
Thanks for the suggestions so far!!! I think I will start with EasyDBI specially since your multi-plex code will be available :) On Mon, Apr 27, 2009 at 1:10 PM, Andrew Feren acfe...@yahoo.com wrote: I've been starting to implement something similar so I'd love to see this. -Andrew Phil

Re: Suggestions on which poe DBI module to use

2009-04-27 Thread David Davis
I'd like to take a look at PoCo-EasyDBI-Multiplex. Btw, I'm the EasyDBI author, so you can direct any questions about it to the list. David Davis ☄ Software Engineer http://xant.us/ http://xantus.tel/ On Mon, Apr 27, 2009 at 12:16, Phil Whelan phil...@gmail.com wrote: Hi, I like

Re: Suggestions on which poe DBI module to use

2009-04-27 Thread Phil Whelan
On Mon, Apr 27, 2009 at 1:32 PM, David Davis david.da...@gmail.com wrote: I'd like to take a look at PoCo-EasyDBI-Multiplex. Btw, I'm the EasyDBI author, so you can direct any questions about it to the list. David Davis Cool. Here it is. $ cat