Hi, I've created a modified version of the gevent-websocket library, threading-websocket, that no longer has a dependency on gevent, and now makes use of the standard library threading module instead.
What do I care and how does this relate to Stackless, you might ask? Well, you can use Kristjan Valur's stacklesslib library to monkeypatch the standard library threading support to use tasklets instead. So in theory, this makes modules like threading-websocket "Stackless-compatible". https://bitbucket.org/rmtew/threading-websocket Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
