> If I manually "ns_db releasehandle" after every handle usage, I have > no problems (but the app is slower), it's only when I rely on the > auto-cleanup of handles when the ADP page closes that there's a problem.
I've used the Oracle and PG drivers for years, and have never seen this. Then again, OpenACS has its own db API built on top of ns_db, which manages handle clean-up (using ns_db releasehandle). We only rely on auto-cleanup on errors, which is why the driver semantics call for any open transaction to be rolled back if a handle is open when a page finishes execution. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
