[Stackless] Fwd: deepcopying (pickling) channels

lars van Gemerden lars at rational-it.com
Tue Oct 22 09:32:10 CEST 2013


Thanks,

I'll to get back to that, i am trying to get a demo up and running ...

Cheers, Lars


On Mon, Oct 14, 2013 at 9:04 PM, Richard Tew <richard.m.tew at gmail.com>wrote:

> If you use the stackless socket module, it can make blocking functions
> like network access stackless compatible.  That means they block the
> tasklet rather than the thread, and you don't necessarily need to call
> schedule.
>
> stacklesslib provides monkey patching for the socket module and a
> range of others.
>
> It might help you out.
>
> This is a very old example from when the stackless socket module was
> standalone:
>
>
> https://mail.python.org/pipermail/python-announce-list/2006-September/005252.html
>
> Nowadays you'd want to obtain stacklesslib and import that rather than
> stacklesssocket.
>
> Richard.
>
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>



-- 
====================================
Lars van Gemerden
lars at rational-it.com
+31 6 26 88 55 39
====================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20131022/804a3bc0/attachment.html>


More information about the Stackless mailing list