Hi, On Mon, Jan 30, 2012 at 4:12 PM, Krishnakant Mane <[email protected]> wrote: > hello all, > I am developing a pylons app related to finance. > I have decided to go with nginx as my http server. > What option will be better, fast cgi or reverce proxy? > my pylons app runs on port 8080 and the server hosting the app does not have > apachi or any other web server for that matter.
I suggest gunicorn. It's fast and easy to deploy: http://gunicorn.org/deploy.html You just need to use gunicorn_paster or `use = egg:gunicorn` in you .ini > Happy hacking. > Krishnakant. > > -- > 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. > -- 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.
