You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/03/17 13:07:44 UTC

[jira] [Resolved] (WICKET-4821) Adopt AsynchronousFileChannel for DiskDataStore

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

Martin Grigorov resolved WICKET-4821.
-------------------------------------

    Resolution: Later

Closing for now.
We will reconsider it when there is more demand for such improvement.

> Adopt AsynchronousFileChannel for DiskDataStore
> -----------------------------------------------
>
>                 Key: WICKET-4821
>                 URL: https://issues.apache.org/jira/browse/WICKET-4821
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 7.0.0
>            Reporter: Andrea Del Bene
>
> By default Wicket stores session data on file. Class AsynchronousDataStore has been created to make this process asynchronous. 
> Java 7 comes with a new asynchronous file channel (AsynchronousFileChannel). We could replace the standard FileChanel used inside DiskDataStore with the asynchronous version and avoid to use AsynchronousDataStore.
> This could reduce code complexity and the amount of code to maintain.



--
This message was sent by Atlassian JIRA
(v6.2#6252)