Re: Threads Tapestry 5.3.8 vs 5.4.3

2017-08-14 Thread Jonathan Barker
Your problem sounds rather familiar. Check out the configuration parameter: tapestry.session-locking-enabled On Fri, Jul 28, 2017 at 1:43 AM, Michał Więckowski wrote: > I've got an issue/question regarding threads in tapesty. > > We have application that is using tapestry. When we updated f

Threads Tapestry 5.3.8 vs 5.4.3

2017-07-27 Thread Michał Więckowski
I've got an issue/question regarding threads in tapesty. We have application that is using tapestry. When we updated from 5.3.8 to 5.4.3 I've found that ajax request are not handled in separate thread. For example: I have a long process that was executed in controller/class. However, I've got als