Re: [PHP-DB] oracle pooling

2008-12-03 Thread Themis Vassiliadis
On Tue, Dec 2, 2008 at 6:16 PM, Christopher Jones < [EMAIL PROTECTED]> wrote: > Themis Vassiliadis wrote: > > > > On Tue, Dec 2, 2008 at 4:18 PM, Christopher Jones > > <[EMAIL PROTECTED] > > wrote: > > > Oracle 11g DRCP support is available in PHP. See this whitepape

Re: [PHP-DB] oracle pooling

2008-12-03 Thread Chris
DRCP is really a big improvement. But for me it has a great holdback: the pool controlled in the server side isn't defined for a specific schema, so if we have an application server serving different connections demanding different credentials certainly the performance will be worse. Another

Re: [PHP-DB] oracle pooling

2008-12-03 Thread Christopher Jones
Themis Vassiliadis wrote: > DRCP is really a big improvement. But for me it has a great holdback: > the pool controlled in the server side isn't defined for a specific > schema, so if we have an application server serving different > connections demanding different credentials certainly the perfo