Hi Thomas,

On Sat, Jan 24, 2015 at 12:45 PM, Thomas Bley <ma...@thomasbley.de> wrote:

> Sessions take a big amount of data in production systems, so it might be
> worth to use msgpack (or others) as an option.


Yes, it is.
PHP's serialize (both php/php_serialize handler uses PHP's serialize) is
not a fastest serializer.
msgpack seems good. I'll try few serialize methods see if there is good one
or even may write
binary serializer for the best performance. Once user defined session
serialize handler is
implemented, users may try various serializers by themselves, too.

Thank you for your feedback!

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

Reply via email to