Re: DBD::Oracle DRCP_1.25

2010-07-09 Thread luben karavelov
On 9.07.2010 00:41, John Scoles wrote: Hi Luben I have incorporated your patch into the DRCP branch and I have also merged that branch back into trunk for any testing that you will be doing I would try it with the Trunk which you can find here http://svn.perl.org/modules/dbd-oracle/trunk I we

Re: DBD::Oracle DRCP_1.25

2010-07-07 Thread luben karavelov
As I have promissed, here comes the documentation patch. I am not native speeker, so may be it will need an edit. Also, I have added processing of environment valiables ORA_POOL_CLASS, ORA_POOL_MIN, ORA_POOL_MAX, ORA_POOL_INCR if there is ORA_DRCP env set. Best regards luben Index: Oracle.pm ==

Re: DBD::Oracle DRCP_1.25

2010-07-06 Thread luben karavelov
On 6.07.2010 14:36, John Scoles wrote: luben wrote: Gee didn't know anyone else was even interested in DRCP. good to see there is some interest Just to let you know that branch is in the very Beta stages so expect a few things to be missing Yes, I know it is in beta. I was just intereseted.

Re: Async notifications

2007-03-30 Thread luben karavelov
Tim Bunce wrote: Since it's very postgres specific I'd suggest it's added to DBD::Pg as a set of new driver-specific methods: $dbh = DBI->connect($data_source, $username, $auth, \%attr); $dbh->pg_register_listener("foo",\&foo); # on "foo" notification call foo sub $dbh->pg_register_listen

Re: Async notifications

2007-03-29 Thread luben karavelov
Martin Evans wrote: I don't know exactly what postgres async notifications are but I know DBD::ODBC has limited support for a asynchronous mode which is pretty useful for picking up debug output etc from procedures. DBD::ODBC has odbc_async_exec flag which is described as: Allow asynchronous

Async notifications

2007-03-29 Thread luben karavelov
Hello I am new to the list. So to present myself. I am mostly SQL/perl/C developer, Working with DBI since 2001 mostly with Postgresql. I have written a small framework to handle postgresql async notifications that is in production here for 2 years. I intend to post it a CPAN and make it pub