[TYPO3-dev] Caching Framework
Bernhard Kraft
kraftb at think-open.at
Tue Mar 2 11:55:32 CET 2010
Martin Kutschker wrote:
>
> I always thought that the main selling point for a memcache-based cache was the fact that it is
> shared between hosts in case of a load-balancing setup.
>
Exactly. And this was something I did neither want to test nor
implement, so I sticked with xcache which is far more simpler in its
setup and configuration.
But without my patches, even the xcache variant (I simply added a
caching backend for xcache) was slower than just disabling the caching
framework.
I do not know how I should prove it - but the bottleneck are the
serialize/unserialize calls - so the CPU to call it.
greets,
Bernhard
More information about the TYPO3-dev
mailing list