From: "Adam Heath" <[email protected]>
To: <[email protected]>
Sent: Friday, May 01, 2009 10:52 PM
Subject: Re: svn commit: r770771 - in /ofbiz/trunk: applications/securityext/src/org/ofbiz/securityext/test/
framework/security/src/org/ofbiz/security/authz/ framework/webapp/src/org/ofbiz/webapp/control/
[email protected] wrote:
Yeah I'm game for a more definite fix. But what about app server threads?
At some point, the app server will call into ofbiz code. This code,
in all likely hood, is restricted to a few select places(ie, like the
ControlServlet is run by a jetty or catalina container). This code is
what needs to be modified to run the post-thread cleanup.
Any other code that actually *does* maintain it's own thread pool
would also be modified with this hook.
Have you looked at the Executor framework?
Executor framework : interesting, I was not aware !
Thanks
Jacques