> ---------- Forwarded message ----------
> From: Anselm Kruis <[email protected]>
> To: [email protected]
> Cc:
> Date: Mon, 04 Mar 2013 09:24:33 +0100
> Subject: Re: [Stackless] Recreating a stack
> And https://pypi.python.org/pypi/sPickle contains useful examples too.
>
> Resources like open files/sockets and similar things are a problem. Usually 
> there is no general way to handle them.
>
> Cheers
>   Anselm

That module seems delightful and experimental. I'll look into it.

Open files and sockets seem really complicated to me too. I guess I
could keep the socket between the "nodes" open to read and write to
the files indirectly. That would allow a logger to keep a reference to
a remote open file and write to it. Same thing for sockets.

A lot of fun awaits me.

-- 
Fábio Santos

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to