Use AsynchronousDataStore by default
------------------------------------
Key: WICKET-3835
URL: https://issues.apache.org/jira/browse/WICKET-3835
Project: Wicket
Issue Type: Improvement
Components: wicket-core
Affects Versions: 1.5-RC5.1
Reporter: Martin Grigorov
Assignee: Martin Grigorov
Fix For: 1.5-RC6
By using org.apache.wicket.pageStore.AsynchronousDataStore the request lifetime
will decrease because the worker thread will not wait for the write of the page
into the disk.
This feature is the default in Wicket 1.4 and can be disabled only by
overriding
org.apache.wicket.protocol.http.pagestore.DiskPageStore.isSynchronous().
In 1.5 we can use boolean flag in IStoreSettings to switch on/off the
asynchronous behavior.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira