https://bugzilla.wikimedia.org/show_bug.cgi?id=30850
--- Comment #2 from Brion Vibber <[email protected]> 2011-09-10 21:17:34 UTC --- That doesn't look like it'll help; the fundamental problem with using APC etc for data caching is this inability for command-line scripts to update or delete the cached items that the web processes access. This will be only one of thousands of instances of this problem; the only ways to fix it would be general, using a cache system that can be accessed by all processes -- my personal recommendation is to just set up memcached instead! ;) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
