Andrea Del Bene created WICKET-4821:
---------------------------------------

             Summary: 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
            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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to