Add editor_mobwrite_mode configuration item, with options None, 'in-process' or 'daemon'. Created MobwriteWorker.get_worker method to select which worker to use, depending on configuration. Changed all calls to mobwrite workers to this method.
Things to ask (possible bugs):
request.makeForbidden403() is throwing error: http://paste.pocoo.org/show/131852/ This is raised, eg., setting auth = [] on config and try to request do=newaccount.
- That is a bug, obviously.
wikiserver.py is reading wikiconfig.py instead of wikiserverconfig.py
- How did you notice? IIRC, it does not.