Thanks Denis gevent is sweet, I monitor the project and might switch to it one day.
As of now I still use some of the eventlet-only features like thread pools and subprocess handling. Performance has not been a problem yet as well. I imagine gevent is faster since it sits on top of libevent ...
There are contributions on the mailing list of threadpool and subprocess handling. But you're right this should be in the library - we're working on it.
As of now I still use some of the eventlet-only features like thread pools and subprocess handling. Performance has not been a problem yet as well. I imagine gevent is faster since it sits on top of libevent ...