Question

I'm trying to squeeze each bit from an application I'm writing, I've already installed and configured igbinary for serialization on apc, sessions etc. I'd like to know if any of you have actual benchmarks with php and memcached using binary protocol. is it something valuable?

$memcache->setOption(Memcached::OPT_SERIALIZER, Memcached::SERIALIZER_IGBINARY);
$memcache->setOption(Memcached::OPT_BINARY_PROTOCOL,true);

thanks!

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top