Consultor Eletrônico



Kbase P38058: JDBC driver doesn't release the physical database connection when pooledConnection.close() is called
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

SYMPTOM(s):

JDBC driver doesn't release the physical database connection when pooledConnection.close() is called!

Using J2EE servers.

FIX:

Upgrade to at least Progress 9.1D06.

In 9.1D06 + offers improvements of the DataDirect driver.
(Prior to 9.1D06, the Connection class wasn't thread-safe, which could definitely cause more problems, given the multithreaded nature of J2EE servers.)
9.1D also offered the multithreaded SQL server. In 9.1C and earlier, the one connection/one SQL server rule caused some scalability issues.