> I go for fastCGI, mod_python or mod_wsgi? What are the advantages and > drawbacks of each?
Don't use mod_python. Everything else (except CGI) should give reasonable performance. Maybe, some day, moin will be refactored to use WSGI internally, see: http://moinmo.in/FeatureRequests/WsgiRefactoring So if you can get mod_wsgi working easily, maybe that is the preferred way. It has not found its way into most distributions, though, so maybe fastcgi is easier for now. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
