You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2011/01/11 11:31:52 UTC

[jira] Updated: (CLK-732) Add Page option to serialize access

     [ https://issues.apache.org/jira/browse/CLK-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink updated CLK-732:
------------------------------

    Fix Version/s: 2.3.0-RC1

> 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
>             Fix For: 2.3.0-RC1
>
>
> 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.