[Systems] unable to edit wiki

Bernie Innocenti bernie at codewiz.org
Sun Oct 18 00:27:33 EDT 2009


El Sat, 17-10-2009 a las 15:52 -0700, Ivan Krstić escribió:
> On Oct 16, 2009, at 2:39 PM, Bernie Innocenti wrote:
> > Try now. memcached was dead on solarsail, and this was also causing  
> > the issue with the wiki.
> 
> Why is the wiki configured to store session data in memcached?

The documentation does not specify whether it's a performance win or
not, but I'd assume it is because it eliminates some filesystem writes. 

Do you think it's a bad idea for some other reason? It's an optional
feature that we could turn off independently from the rest of MemCached:

  http://www.mediawiki.org/wiki/Manual:$wgSessionsInMemcached


By the way, I figured out that MediaWiki could use APC for its main
cache (see CACHE_ACCEL):

 http://www.mediawiki.org/wiki/Manual:$wgMainCacheType
 
I'd expect it to be a performance win over memcached because it's
in-process. What do you think?

-- 
   // Bernie Innocenti - http://codewiz.org/
 \X/  Sugar Labs       - http://sugarlabs.org/



More information about the Systems mailing list