Mixpanel Engineering

Increase the rate of innovation in the world.

  • Home
  • About Mixpanel Engineering

Author: avery

gevent: the Good, the Bad, the Ugly

By Avery Fay | October 29, 2010

I’m not going to spend much time describing what gevent is. I think the one sentence overview from its web site does a better job than I could: gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. What follows are my experiences …

gevent: the Good, the Bad, the UglyRead More »