Add Page option to serialize access
-----------------------------------

                 Key: CLK-732
                 URL: https://issues.apache.org/jira/browse/CLK-732
             Project: Click
          Issue Type: Improvement
            Reporter: Bob Schellink


When accessing data in a session there is always the possibility to concurrent 
access eg. user clicks a link or button twice in quick succession. With Ajax 
this possibility gets higher.

Would be nice if we can have a Page option to serialize Page access -> 
setSerialize(true);

This would ensure that a page is accessed from only one request at a time. One 
problem with this is that if a browser makes an Ajax connection which takes a 
long time to complete, other requests would be blocked lowering the application 
responsiveness.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to