[Stackless] Stackless socket module for pyuv

Richard Tew richard.m.tew at gmail.com
Sat Mar 3 02:14:25 CET 2012


Hi,

I've implemented the most commonly used part of a socket module based
on pyuv, the Python bindings for libuv.

You can find the most recent commit here:

  http://code.google.com/p/stacklessexamples/source/detail?r=191

This is unlikely to ever be as full-featured as the asyncore-based
Stackless socket module, but given the breadth of functionality which
libuv (and therefore pyuv) provides bindings for, it should if
completed result in a wider support for asynchronous features.

You can read pyuv's documentation here:

  http://readthedocs.org/docs/pyuv/en/release-0.5.0/

Cheers,
Richard.



More information about the Stackless mailing list