Re: Best deployment method...

2011-10-05 Thread Chris McDonough
On Wed, 2011-10-05 at 14:52 -0700, Mengu wrote: > that is called learning from the experience, chris. yes, his server > specifications may vary, his db of choice may vary but in the end this > is all the same. I'm just asserting that, if he isn't planning to benchmark anyway, the effective differe

Re: Best deployment method...

2011-10-05 Thread Iain Duncan
Mengu, it would be awesome if you could expand on this and put in the pyramid cookbook, I'd love to hear more. Thanks for sharing, Iain On Wed, Oct 5, 2011 at 2:52 PM, Mengu wrote: > that is called learning from the experience, chris. yes, his server > specifications may vary, his db of choice

Re: Best deployment method...

2011-10-05 Thread Mengu
that is called learning from the experience, chris. yes, his server specifications may vary, his db of choice may vary but in the end this is all the same. @sam, proxying nginx to paster is not a good idea. been there, done that. do not do that if you are not going to get max 1K-5K "daily" unique

Re: Best deployment method...

2011-10-05 Thread Vlad K.
There are some interesting but synthetic benchmarks here: http://nichol.as/benchmark-of-python-web-servers .oO V Oo. On 10/05/2011 02:42 PM, Sam wrote: I'm trying to decide between deploying using Nginx + paster + supervisord as described here: https://docs.pylonsproject.org/projects/pyrami

Re: Best deployment method...

2011-10-05 Thread cheeleong
I think nginx + gunicorn is more effective than using paster. Never tested the performance though, so I have no comment. Regards, CL Chow Using Gmail? Please read this important notice: http://www.fsf.org/campaigns/jstrap/gmail?8483 On Wed, Oct 5, 2011 at 8:42 PM, Sam wrote: > I'm trying t

Re: Best deployment method...

2011-10-05 Thread Chris McDonough
On Wed, 2011-10-05 at 05:42 -0700, Sam wrote: > I'm trying to decide between deploying using Nginx + paster + > supervisord as described here: > https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/deployment/nginx.html > > Or using apache + mod_wsgi as described here: > https://docs.pylon