viktor wrote: > onsdagen den 25 september 2002 kl 14.53 skrev Michael Bartmann: > >> I find the hsqldb.jar under thirdparty. >> But it contains classes not in the release I obtained from the orig. >> HSQLDB-Project. >> I need the sources to find the reason for a thread leak, especially >> "org.hsqldb.Embedded_Server" >> which I find in the jboss's version of hsqldb.jar. > > > Source is here : > >http://sourceforge.net/tracker/index.php?func=detail&aid=533296&group_id=23316&atid=378133 > > Notice : > We start a instance of org.hsqldb.Server that has connection pooling of > its own. > That is probably the threads You se ? ...
I get two threads each time, one of which is probably never started and not garbage collected due to a bug/feature of java jdk. Such processes increment ThreadGroup.activeCount() but don't show up when calling ThreadGroup.enumerate(). I have some 4000 such threads on a machine where only 80 are running. Cause they are never started it is more a memory leak than a thread leak... Thanks, Michael Bartmann > > /peter_f > > PS: > Also check out : > >http://sourceforge.net/tracker/index.php?func=detail&aid=587623&group_id=22866&atid=376687 > for a way to use hsqldb inside jboss without a instance of > org.hsqldb.Server class. > :DS > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
