After reading zzzeek's great blog post: http://techspot.zzzeek.org/2015/02/15/asynchronous-python-and-databases/ and SO answer: https://stackoverflow.com/a/16503103/518169 I would like to use gevent / sqlalchemy / psycopg2 / gunicorn in a new application.
All I've found for Pyramid is the old TicTacToe project, as well as this 5 year old Flask project, https://github.com/kljensen/async-flask-sqlalchemy-example, but I'm afraid Pyramid's transaction handling might need to be taken care of. Can you point me to any project or snippet which shows how to set it up? I am looking for the required changes I need to make to pyramid-cookiecutter-alchemy. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/b0d56c8c-693b-4951-9bb9-11397a289e80%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
