Hi Lukasz,
Thanks for the information... I read about ExecuteAndWaitInterceptor
but it seems as though that must create a new thread as well, since it
also uses the BackgroundProcess class to execute the action, right?
In this particular situation, I need to find a way for the action's
execute() method to be called on the servlet container's original
thread, rather than on some new thread created by Struts.

Thanks

On Tue, Oct 19, 2010 at 12:06 AM, Lukasz Lenart
<[email protected]> wrote:
> It's a Struts2 specific interceptor to do background work, please read
> about ExecuteAndWaitInterceptor. Just that interceptor is using new
> Thread, normally Struts2 don't create additional threads.
>

-- 
Phil Adams

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to