[pylons-devel] Re: wsgi server of choice?

2015-09-29 Thread Bastian Kuberek
Like others, I do also deploy production using Nginx and uWSGI. For development I use just waitress or uWSGI, depending on the project and how much infrastructure has been built. On Thursday, September 24, 2015 at 12:25:14 PM UTC-4, Chris Withers wrote: > > Hi All, > > What's the recommended wsg

[pylons-devel] Re: ZODB News

2015-09-29 Thread Bastian Kuberek
Could you please provide some brief reasoning on why ZODB is so brilliant? I have learned about it a few years ago when getting into pyramid but I have never used or seen it being used. I would love to get some insight on why I would use it and what would be a good use case to use it. Thanks!