On Sun, Mar 09, 2014 at 11:46:56AM +0000, Chris Withers wrote: > What are the things you should consider when deciding between > waitress and mod_wsgi when it comes to serving a pyramid app?
If you choose mod_wsgi, make sure you configure it appropriately (e.g. *always* use daemon mode). I like mod_wsgi because if I use it I don't need to write additional init scripts for my web servers. (Supervisor config files count as init scripts in my book). Marius Gedminas -- Despite all appearances, your boss is a thinking, feeling, human being.
signature.asc
Description: Digital signature
