45 ms·
You should also check out gevent (http://gevent.org http://gevent.org) which is similar to eventlet.
by denik 16y ago
You should also check out gevent (http://gevent.org http://gevent.org) which is similar to eventlet.
- rdtsc 16y agoThanks 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 ...
- denik 16y agoThere 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.