COMObjReleaser

George Talusan <[email protected]> Wed, 9 Aug 2006 10:05:55 -0400
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
Hello,

I've been using JAWIN in an application server environment with a huge
(500+) thread pool.  Threads never go dead, and could potentially go unused
for a long period of time.

I noticed COMObjReleaser uses the name of the current executing thread to
keep track of RawCOMRefs but it doesn't "expire" any objects that haven't
been used by an idle thread.

Is there a way to remedy this as it appears our app server is leaking memory
when threads go idle.