[pylons-discuss] Re: Pyramid + uwsgi auto reload on source change

2016-01-12 Thread Jonathan Vanasco
On Tuesday, January 12, 2016 at 1:22:24 PM UTC-5, Jason wrote: This doesn't answer your question, but I would recommend using pserve and > waitress for development. > We use nginx>uwsgi in production and nginx>pserve in development. By keeping nginx consistent, it really minimized the diffe

[pylons-discuss] Re: Pyramid + uwsgi auto reload on source change

2016-01-12 Thread Jason
On Sunday, January 10, 2016 at 7:39:49 PM UTC-5, Srikanth Bemineni wrote: > > > > Hi , > > Is there way we can make uwsgi reload on src change during development. I > am looking for similar behaviour as pserve development.ini --reload > > > This doesn't answer your question, but I would recommend

[pylons-discuss] Re: uWSGI lazy-apps opinion

2016-01-12 Thread Jason
On Sunday, December 20, 2015 at 9:32:39 PM UTC-5, Srikanth Bemineni wrote: > > > Hi , > > I am working on getting the requirements for starting a new project ,using > pyramid framework. My project needs to work with both a SQL database(Mostly > probably MYSql) and Cassandra. I am currently at a