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? Also does it mean that this thread will not execute any other type of requests? I'm asking because the project I recently joined has a bit of a weird JPA EntityManager initialization and this might be causing some problems we have. We are using Tapestry 5.1.0.5
Thanks, Özkan