Hi Denis,
What does it mean to have a database driver made specifically for
gevent?
According to its site, gevent-MySQL is based on the async Concurrence
MySQL driver.
If a database driver is async, which the Concurrence driver is,
shouldn't it just work with gevent? Why is it necessary to modify the
Concurrence driver before it would work with gevent? What
modifications are needed?
I must be missing something.
On Sep 4, 12:24 am, Denis Bilenko <
denis.bile...@gmail.com> wrote:
> Hi Uriel,
>
> Have you seenhttp://
github.com/mthurlin/gevent-MySQL?