[Stackless] Recreating a stack (Anselm Kruis)
Fábio Santos
fabiosantosart at gmail.com
Mon Mar 4 16:20:37 CET 2013
> ---------- Forwarded message ----------
> From: Anselm Kruis <a.kruis at science-computing.de>
> To: stackless at stackless.com
> 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
More information about the Stackless
mailing list