Sylvain Wallez wrote:
- core: DefaultRunnableManager
 The thread pool can be created lazily when the first Runnable is executed.

Resulting pool will not behave same as with eager loading, for two reasons: (1) there are 5 references to InheritableThreadLocal in Cocoon code, and (2) initialization Thread is not the same as thread making request. It could be from different ThreadGroup, even.

I'd prefer if you keep RunnableManager startable,

Thanks,
Vadim

Reply via email to