Re: Safely timing out DBI queries

2006-09-19 Thread Chuck Fox
I realize that this is very specific to the database, however, it may be possible to set a resource limit at the database level that will prevent the queries from consuming too much time. Chuck [EMAIL PROTECTED] wrote: On Sep 18, 2006, at 6:18 PM, Tyler MacDonald wrote: Dean Arnold [EMAIL

Re: DBI 2.0 interface change request

2004-08-04 Thread Chuck Fox
Jochen Wiedmann wrote on 8/4/2004, 3:38 PM: John Siracusa wrote: Boldly speaking for the Entire Perl Community (ha!) interfaces like this: $x-foo(..., {...}) are generally considered icky. Who here doesn't cringe when they see those curly braces in a newly downloaded CPAN

Subclassing DBI - architecture question

2003-12-11 Thread Chuck Fox
Hello fellow coders, I have successfully subclassed DBI with the intent of overridding the connect method so that I can retrieve the password from my password server. One of my primary considerations in subclassing DBI was to not change the interface. However, one of my co-workers is