Hi,
As I got quite nice equipped box to run with a plenty of RAM (8G) just for
apache and no SQL which is on another twin machine, I would like to take
some benefits from memcached.
I already managed to run some cacheing by setting
$GLOBALS['midcom_config_default']['cache_module_memcache_backend'] =
'memcached';
$GLOBALS['midcom_config_default']['cache_module_memcache_backend_config'] =
Array('host' => 'localhost', 'port' => 11211);;
$GLOBALS['midcom_config_default']['cache_module_memcache_data_groups'] =
Array('ACL', 'PARENT', 'jscss_merged');
but afaik, it only cached ACL and parent data. Is there a way to store
content in memcached? What else can I do to speed up caching?
Solt
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user