|
|
|
|
|
by denik
5705 days ago
|
|
gevent runs most of the protocol implementations written on top of standard socket and ssl modules. For example, pure Python mysql-connector works fine with gevent. There's also a mysql driver for gevent implemented as an extension: http://github.com/mthurlin/gevent-MySQL |
|
A while back we avoided gevent because of this but used eventlet instead because they had a native MySQL patched driver.
Performance on the pure connector was just too bad.