[Stackless] Encrypted Sockets

Richard Tew richard.m.tew at gmail.com
Tue Jan 8 21:45:25 CET 2008


On Jan 9, 2008 8:20 AM, Phoenix Sol <burninglabs at gmail.com> wrote:
> Can anyone please tell me why SSL suppport is missing when stacklesssocket
> is monkeypatched?

stacklesssocket isn't meant to be a comprehensive solution which makes
everything socket related work with Stackless.  It is just a piece of
example code which was written to illustrate how you can make the use
of asynchronous mechanisms appear to just work using the functionality
Stackless provides.

However, as differences in behaviour with the standard socket module
are identified, stacklesssocket is fixed to be compatible.  If you can
provide the simplest of reproduction cases which does not work, then
given that I have the time and interest, I can try to get it working
when I have the chance.

> Is there any significant obstacle to using it in stackless?

No idea.  I believe the only way to know is to try.

Cheers,
Richard.




More information about the Stackless mailing list