Just trying to figure out the best combination for pylons: - Apache / Lighttpd - FCGI / Proxy / WSGI
All the information I've found about relative performance seems to be rather outdated. I've played with Apache + FCGI and mod_wsgi quite a bit and it seems that FCGI is quite a lot faster. Is using mod_proxy faster still (as I think it used to be)? When using mod_wsgi, apache keeps track of the number of connections and the overflow. With mod_proxy is it the Paste http server or apache that makes sure that paste is not overwhelmed? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
