Hi, Yesterday, the keystone project (authentication) of OpenStack discussed in a meeting replacing eventlet with Trollius. It looks like keystone server is currently using routes+WebOb for WSGI, with eventlet. I don't understand how eventlet is used, it doesn't look to be used directly.
I would like to know which WSGI implementations are compatible with Tulip/asyncio (and maybe also Trollius!). If a WSGI implementation is not designed for asyncio, is it still possible to run asyncio tasks in an handler? Logs of the meeting, search "#topic Remove Eventlet + new non-httpd wsgi": http://eavesdrop.openstack.org/meetings/keystone/2014/keystone.2014-03-25-18.02.log.html Victor
