Re: [OT] RE: How to remove a JDBC driver instance from the memory.

2005-07-21 Thread Adrian Merrall
Ramesh, There is a very interesting blog post on this topic here which may help you. http://www.patrickpeak.com/page/patrick/20050614#your_web_app_is_leaking This was in the context of the jdbc driver being left around when if you redeploy the app from ant. After a few ant redeploys you end up

[OT] RE: How to remove a JDBC driver instance from the memory.

2005-07-21 Thread Jesse Alexander (KBSA 21)
Hi   how about controlling that you have dereferenced the driver as completely as possible and then just ask the jvm to kindly consider doing a GC right now?   have you considered asking this question in the JDBC-forum at sun's forum site? http://forum.java.sun.com/forum.jspa?forumID=48   re