DBD::Oracle DRCP_1.25

2010-07-06 Thread luben
tion for the new attributes. Best regards luben karavelov

Async notifications

2007-03-29 Thread luben karavelov
public. So I have some questions. Is DBI::Listen the right namespace? The module is called DBI::Listen::pg. Do some other databases have concept of async notifications? Thanks in advance Luben

Re: Async notifications

2007-03-29 Thread luben karavelov
"baz\n" } ); $dbl->run(); # loops forever waiting for events #-- end NOTIFY could be executed by query or stored procedure/trigger. I hope this clarification helps luben

Re: Async notifications

2007-03-30 Thread luben karavelov
n" } ); $dbh->pg_listen(); # loops forever waiting for events Ideally pg_listen should integrate with existing perl event loops so it can be used in Tk, POE etc. Tim. I see what you mean. I will look to integrate the functionality in DBD::pg. Best regards luben

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 intere

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-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