hi! well quite a discussion. just to add & share my experience of developing on pylons & deploying it.
My requirement was to host multiple pylons application, on a single server. so running each app on paster daemon & proxy to it via either apache or nginx was not a very optimal solution for me. So i tried using apache 2+ mod_wsgi, which is good & works well, but it's a bit slow for now. i hope that in future it's performance will increase more. Then i tried nginx+mod_wsgi, which is great in terms of performance, speed & scalability. You can just keep on adding different pylons webapps as virtual hosts to nginx & everything works. so far it has been great. Our product is a website management system, ( you can say a CMS sort of app ). I"ve deployed the nginx + mod_wsgi on our new VPS, and will be going live any day. -- Regards, Arun Tomar blog: http://linuxguy.in website: http://www.solutionenterprises.co.in --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
