FLOSS Weekly with Doc Searls

Jan 16th 2013

FLOSS Weekly 238

Gevent

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop.

Although the show is no longer in production at TWiT, you can enjoy episodes from our archives.
Guests: Denis Bilenko
Category: News

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop.

Features include:

  • Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD).
  • Lightweight execution units based on greenlet.
  • API that re-uses concepts from the Python standard library (for example there are Events and Queues).
  • Cooperative sockets with SSL support
  • DNS queries performed through libevent-dns.
  • Monkey patching utility to get 3rd party modules to become cooperative
  • Fast WSGI server based on libevent-http

gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.

gevent is written and maintained by Denis Bilenko with help from the contributors and is licensed under the MIT license.

Download or subscribe to this show at https://twit.tv/shows/floss-weekly.

Here's what's coming up for FLOSS in the future. Think your open source project should be on FLOSS Weekly? Email Randal at merlyn@stonehenge.com.

Thanks to CacheFly for providing the bandwidth for this podcast, and Lullabot's Jeff Robbins, web designer and musician, for our theme music.