Skip to content

Instantly share code, notes, and snippets.

@methane
Created August 15, 2012 10:00
Show Gist options
  • Select an option

  • Save methane/3358350 to your computer and use it in GitHub Desktop.

Select an option

Save methane/3358350 to your computer and use it in GitHub Desktop.
pycon2012 gevent abstraction

セッション概要

gevent はコルーチンベースのネットワークプログラミングライブラリです。 主に大量の同時接続を扱う必要がある場面において力を発揮し、 効率の良いプログラムを簡単に書くことができます。

本セッションでは、 gevent の仕組み、他の仕組みに比べた gevent の長所、 そして gevent によるプログラミングについて解説します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment