see if you have
org.apache.tapestry.disable-caching set to true

It is possible that this might be causing that

On Mon, Aug 17, 2009 at 2:54 AM, Nathan Beemer<nathan.bee...@gmail.com> wrote:
>
> I have an IEngineService implementation that simply has Thread.sleep(30000);
> in the service() implementation.
>
> I have a simple Page with a ServiceLink that calls this IEngineService.
>
> When I click the ServiceLink which causes Thread.sleep() to be invoked, ALL
> other Page access blocks until the service() method in IEngineService
> returns, even from other clients.
>
> Is the service() method supposed to block other access? Is this a known bug
> in Tapestry 4.1 ?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to