Re: Ajax call is blocking the entire UI

2018-06-26 Thread Cezary Biernacki
See also documentation: http://tapestry.apache.org/session-storage.html#SessionStorage-SessionLocking On Tue, Jun 26, 2018 at 5:40 PM Cezary Biernacki wrote: > By default Tapestry locks user session when handling requests > (see > org.apache.tapestry5.internal.services.TapestrySessionFactoryImp

Re: Ajax call is blocking the entire UI

2018-06-26 Thread Cezary Biernacki
By default Tapestry locks user session when handling requests (see org.apache.tapestry5.internal.services.TapestrySessionFactoryImpl#getSession). It makes your applications less susceptible to race conditions but of course it has drawback that only one request per user (if a session is used) can b