Hi, I've built a custom content management framework based on Pyramid; it's a classic web application, based on ZODB and RelStorage with a PostgreSQL backend, a Redis cache and an Elasticsearch index, and I'm actually looking for the best production deployment option. Until now, I always used Apache with mod_wsgi, and I'm actually quite happy with it, but I'd like to know if there is a better option with better performance! In development mode, I already tried using "native" Waitress server, a GUnicorn server, and I just tried using Pypy with Waitress or GUnicorn but performances were quite "disappointing"!
Any advice? Best regards, Thierry -- https://www.ulthar.net -- http://pyams.readthedocs.io -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAPX_VWB3jW_dJGuG72YgPHEMM88CUpcAHsRL7xHsbV-hhF0DPQ%40mail.gmail.com.
