in reply to Re: Database Connection Pools with Perl
in thread Database Connection Pools with Perl

I am preparing a Orable DB Connection Pool at Apache server startup, which should be available on demand to httpd childs. I have to make sure that there are Maximum possible number of connection at heavy load condition and minimum connection otherwise. I guess I can implement the Connection Pool, but need to know how my httpd child, which is actually php page calling perl scripts are gonna get the connection objects. Any lead would be helpful.
  • Comment on Re^2: Database Connection Pools with Perl

Replies are listed 'Best First'.
Re^3: Database Connection Pools with Perl
by Anonymous Monk on Oct 16, 2008 at 12:30 UTC
    Orable manual should explains everything, like just appending :POOLED to connect, if you have the right versions of client softwares