Hacker News new | ask | show | jobs
by chmike 5197 days ago
What is the difference between diesel and gevent ? Note that gevent 1.0 uses libev.
2 comments

In a nutshell, gevent monkey patches the socket library, whereas diesel doesn't. This means that you can use any (previously) blocking libraries with gevent, whereas, in diesel you have to write them again. The upside of the rewriting is that it creates a more coherent (and opinionated) ecosystem.