> > Did you use apache/mod-wsgi or cgi? cgi is slow.
> 
> Our servers do not offer mod_wsgi, so I think we're currently using
> some sort of WSGI<--> Fast CGI wrapper. Could this be a major cause of
> the problems?

Well, I can't tell much about the layers below moin (esp. not for
software I do not use myself), but in principle, fastcgi should be of
almost same performance as mod-wsgi. A little more software (likely
flup) in between moin and web server, but still fast.

Plain CGI (not fastcgi) means loading and initializing all the code for
each request and terminating after that one request is processed.

FastCGI as well as mod-wsgi means long-running processes which are only
rarely terminated and restarted and thus is much faster and less
overhead.



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to