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

Reply via email to