Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
We might check if we can get an even better performance by using a different serialisation strategy. This might heavily improve the performance of ClientSideStateSaving and ViewMap serialisation(if enabled).
There are a few alternative libraries like XStream and Kryo available:
Thomas from the OWB team did a nice benchmark for his clustering project:
http://code.google.com/p/memcached-session-manager/wiki/SerializationStrategyBenchmark
Definitely worth taking a look imo.