> Is there a way (without hacking) that I can get a forking
> (instead of a threaded) server under moin 1.9?

Well, the usual way would be to use apache2 and mod_wsgi in daemon mode.

Werkzeug (we use that for moin's "standalone" server: wikiserver.py)
also seems to support forking, see:

http://werkzeug.pocoo.org/documentation/0.5.1/serving.html

But we don't feed the processes= argument to it, so if you like to test
that, you'ld have to modify MoinMoin/web/serving.py and maybe also its
callers.

Why do you need that / why doesn't threading work for you?


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to