Home > libevent-python

libevent-python

Libevent-python is a project mainly written in C and PYTHON, based on the View license.

me hacking on libevent-python

Copyright (c) 2006 Andy Gross [email protected]

Copyright (c) 2006 Nick Mathewson

See LICENSE.txt for details.

libevent-python

libevent-python is a CPython extension module that wraps the lightweight C library 'libevent', available at http://www.monkey.org/~provos/libevent/.

libevent provides a unified interface to a variety of IO multiplexing mechanisms (select, poll, kqueue, epoll) and an event loop that supports timed events and signal handlers.

For usage examples, see the examples/ directory, which should grow as libevent-python matures.

Previous:georuby