Re: [pylons-discuss] gevent/sqlalchemy/psycopg2/gunicorn setup?

2017-08-31 Thread Zsolt Ero
Ok, I suspected it but I'm really puzzled then why does Mike Bayer recommends it? Is concurrency under Python really such an impossible task? With asyncio / twisted I pretty much cannot use any of my existing code and any of the common libraries. They all need their own tx/aio version. No more

Re: [pylons-discuss] gevent/sqlalchemy/psycopg2/gunicorn setup?

2017-08-31 Thread Mikko Ohtamaa
Hi, On 31 August 2017 at 17:19, Zsolt Ero wrote: > 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 /

[pylons-discuss] gevent/sqlalchemy/psycopg2/gunicorn setup?

2017-08-31 Thread Zsolt Ero
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