This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zzzeek
Recipients Rokas K. (rku), crusaderky, djarb, jab, jcea, martin.panter, njs, yselivanov, zzzeek
Date 2020-07-08.04:00:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594180814.45.0.697530859997.issue22239@roundup.psfhosted.org>
In-reply-to
Content
slight correction: it is of course possible to use gevent with a database driver without monkeypatching, as I wrote my own gevent benchmarks using psycogreen.  I think what I'm getting at is that it's a good thing if async DBAPIs could target asyncio explicitly rather than having to write different gevent/eventlet specific things, and that tools like SQLAlchemy can allow for greenlet style coding against those DBAPIs without one having to install/run the whole gevent event loop.   Basically I like the greenlet style of coding but I would be excited to skip the gevent part, never do any monkeypatching again, and also have other parts of the app doing asyncio work with other kinds of services.     this is about interoperability.
History
Date User Action Args
2020-07-08 04:00:14zzzeeksetrecipients: + zzzeek, jcea, djarb, njs, jab, martin.panter, yselivanov, Rokas K. (rku), crusaderky
2020-07-08 04:00:14zzzeeksetmessageid: <1594180814.45.0.697530859997.issue22239@roundup.psfhosted.org>
2020-07-08 04:00:14zzzeeklinkissue22239 messages
2020-07-08 04:00:14zzzeekcreate