[Stackless] Stackless socket module for pyuv
Kristján Valur Jónsson
kristjan at ccpgames.com
Sat Mar 3 12:55:02 CET 2012
Interesting. So, libuv is better at async operations than _socket? No wonder.
K
-----Original Message-----
From: stackless-bounces at stackless.com [mailto:stackless-bounces at stackless.com] On Behalf Of Richard Tew
Sent: 3. mars 2012 01:14
To: stackless at stackless.com
Subject: [Stackless] Stackless socket module for pyuv
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
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list