On Dec 22, 2008, at 8:59 AM, Adam Heath wrote:

Jacques Le Roux wrote:
I'm not using it and I'd vote for commenting out. It's then oneself
responsibility to use it or not
I know Si is an active user and he will not answer since he unsubscribed
from this list

Well, ok, then here's more info.  I am adding post-thread cleanup
functions.  What this will do, is in long running threads, create a
per-thread registry, and allow the thread loop to call cleanup
functions, depending on what code is called.

This requires having pretty tight control over how threads are created. This beanshell code doesn't allow for that, so at the very least, would
cause memory leaks.

For dev-time-only tools memory leaks aren't as big a concern. No one in their right mind would leave this enabled in production, and the production deployment docs even mention commenting it out.

-David

Reply via email to