On Mon, 20 Aug 2012 05:47:42 -0300, ZKN __ <z...@abv.bg> wrote:
Hi,
Hi!
this is from the tapestry documentation "By reserving page instances to particular threads, all the difficult, ...". Does it mean that a page is bound to a thread and it will always get executed by the same thread?
Nope. Page instances in Tapestry 5.1 are pooled, so they can be used in later threads.
Also does it mean that this thread will not execute any other type of requests?
That's how the Servlet API works. -- Thiago H. de Paula Figueiredo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org