Connection Pooling over Multiple processes [message #434441] |
Wed, 09 December 2009 05:14 |
rcs.raja
Messages: 3 Registered: December 2009 Location: Bangalore
|
Junior Member |
|
|
Hi ,
We are currently using OCI to connect to Oracle DB using c language. Each process has its own dedicated Connection and Env handle, session handle ...
Right now we decided to use Connection Pooling.
In the documentation , Connection pooling examples were using multi-threaded environment.
But in our case its multi-process system and we cant modify products architecture to multi-thread.
I woulkd like to know how we can use Connection Pooling on multiple processes.
Thanks in advance,
Chandra Sekhar R.
|
|
|
|
|