I have implemented ParallelExecutor for background mail sending. However, there is a problem with live class reloading, because I have to stop the old instance of ParallelExecutor and start the new one. How do I hook to class reload event? finalize() doesn't seem to work.
On Wed, Jun 19, 2013 at 6:26 PM, Lance Java <lance.j...@googlemail.com>wrote: > There is the ParallelExecutor which is backed by a thread pool. Be warned, > the pool size is 3 by default (configurable via a symbol). The > ParallelExecutor will invoke PerThreadManager.cleanup() once your Runnable > completes to clean up the hibernate session and any PerThreadValue > instances. > -- Ilya Obshadko