On Thu, May 20, 2010 at 6:59 AM, Adriano dos Santos Fernandes
<adrian...@gmail.com> wrote:
> If its thread pool starts during a request, all of its created child threads
> will have a reference to the initial application, even when running jobs of
> others applications.
>

That's a big "if" (and usually an incorrect one).  Even "if" you start
the threads in the pool during one particular request cycle, what
happens when someone else submits a task to be run by the executor?
It will also use this original application, but it may not necessarily
be the application they're interested in.  You can have multiple
WicketFilter's (and thus applications) in the same webapp.

Reply via email to