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. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
