I've just released mysqlclient-python 1.3.2 https://pypi.python.org/pypi/mysqlclient
This is a fork of MySQL-python. New feature introduced in 1.3.2 is asyncio+coroutine friendness. Here is example with gevent: https://github.com/PyMySQL/mysqlclient-python/blob/master/samples/waiter_gevent.py Uwsgi provides async mode and API for waiting it. I have not tested yet, but it may work. http://uwsgi-docs.readthedocs.org/en/latest/PythonModule.html#uwsgi.wait_fd_read -- INADA Naoki <[email protected]> _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
