Connection Pool [message #93601] |
Mon, 29 July 2002 05:33 |
Anagha Mudigonda
Messages: 3 Registered: July 2002
|
Junior Member |
|
|
hi,
i want to have a connection pool in ProC.
can someone tell me how to go about it ..
thanks in advance
anagha
|
|
|
Re: Connection Pool [message #93611 is a reply to message #93601] |
Mon, 05 August 2002 20:14 |
rahul tarar
Messages: 4 Registered: July 2002
|
Junior Member |
|
|
connection poll is nothing but a declared array of sql_context's ...these can be used at runtime ,using
"context allocate" and "context use"...and then can be freed by using "context free"
|
|
|
Re: Connection Pool [message #93635 is a reply to message #93611] |
Tue, 03 September 2002 17:46 |
tatti
Messages: 1 Registered: September 2002
|
Junior Member |
|
|
Rahul thats application level context management.. Connection pooling is supported in 9.2 Pro*C loook at the proc arguments for connection pooling and also the demo programs cpdemo1.pc etc..
|
|
|