Atomikos Forum |
|
The use of Proxy.getInvocationHandler(.) call inside getConnection(.) and onXPooledConnectionTerminated(.) methods is causing poor performance due to a use of a synchronized map inside JDK's Proxy class when checking if the supplied object isProxyClass.
Are there any plans to improve the performance by avoiding the call to the Proxy object every time and implement local caching of some kind? |