dev@glassfish.java.net

Re: EJB/ Toplink Query

From: Tom Ware <tom.ware_at_oracle.com>
Date: Wed, 23 Aug 2006 11:30:41 -0400

Hi Jagadish,

  Specifically what information are you interested in?

-Tom

Jagadish Prasath Ramu wrote:

> Hi,
> We are planning to implement a feature "connection-leak-tracing
> <http://www.glassfishwiki.org/gfwiki/attach/OnePagersOrFunctionalSpecs/ConnectionPoolOnePager.html>"
> for connection pool.
>
> This feature will help to diagnose potential connection leaks.
> (applications not returning connection to pool).
> "connection leak timeout" property : If a connection is not returned
> within "connection leak timeout", we report
> that the connection is leaked.
>
> I think, EJB/ toplink caches the connections. If it is caching the
> connections, connection-leak-tracing logic gets affected.
> Can someone please provide more background on this ?
>
> Thanks,
> -Jagadish/Kshitiz