Subject | Another disconnectTopool question |
---|---|
Author | mp527 |
Post date | 2003-12-09T17:28:37Z |
Jason/anyone,
when I use disconnectTopool, should I be doing it like this:
db_connection.deallocatestatements;
db_connection.closetransactions;
db_connection.disconnectTopool;
Currently I am just doing the disconnectTopool and memory seems to
be continually rising with just a few connections in the pool.
Ideas/suggestions?
Thanks,
Tony
when I use disconnectTopool, should I be doing it like this:
db_connection.deallocatestatements;
db_connection.closetransactions;
db_connection.disconnectTopool;
Currently I am just doing the disconnectTopool and memory seems to
be continually rising with just a few connections in the pool.
Ideas/suggestions?
Thanks,
Tony