Php-Oracle pooling [message #77003] |
Wed, 26 May 2004 05:18 |
Robert
Messages: 43 Registered: August 2000
|
Member |
|
|
Hello,
we´re interested in using connection pooling in order to control the number of connections to database.
Now we use persistent connections with the ora_plogon() and OCIPLogon() function calls. Nevertheless, persistent connections do not scale as well as connection pooling. A persistent connection will be kept open for a process, but it will not allow connections to be shared between different processes.
Is there any solution (inside PHP or not) to implement pooling connection to Oracle?
We know tools like SQL-Relay, but how well this tool integrates for applications already deployed.
How we can limit the number of connections to Oracle?
Thanks a lot in advance.
Robert
|
|
|
|
|