In the default configuration, SecondLevelCacheSessionStore is backed by DiskPageStore which (by default) uses a single thread to save pages. This can be customized by overriding Application.newSessionStore() and DiskPageStore.isSynchronous().
On Thu, Aug 11, 2011 at 12:32 AM, Martin Makundi < [email protected]> wrote: > "Disk I/O slows down a LOT when run in parallel. Only one thread > should do disk read/write at a time." > > Is serialization in Wicket performed using an executor or similar > structure to optimize performance? > > ** > Martin >
