Re: PerSessionPageStore thread-safety

2020-02-25 Thread Thomas Heigl
Hi again, I investigated a bit and it does not seem to have anything to do with the PerSessionPageStore. I implemented a completely synchronized version of it and the problems still exist. If I switch to the default second-level cache that stores serialized pages in application scope, everything

PerSessionPageStore thread-safety

2020-02-25 Thread Thomas Heigl
Hi all, I'm currently experimenting with PerSessionPageStore as a second-level cache. We are moving our page store from memory (i.e. session) to Redis and keeping 1-2 pages per session in memory speeds up ajax requests quite a bit because network roundtrips and (de)serialization can be skipped for