Needs review
Project:
Cache Router
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 08:33 UTC
Updated:
11 Jun 2011 at 12:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
atouchard commentedIs there any reason not to compress in shared mode like this (see the patch) ?
Thanks
Comment #2
andypostThe reason been to avoid CPU regression because lookups could be frequently used within each request.
So we have to choose between performance and memory usage. Memcache's 1mb limit is huge bottleneck