[plt-scheme] Savers: Superceding
On Feb 17, Synx wrote:
>
> Has anyone done anything like this before? I'm not using a
> combination of threads and pipes because I want to scale up to
> thousands of these streams at once, and I can barely open 200
> thread/pipe/pipe things without my computer locking up. And when I
> tried using a combination of threads and pipes, it turned out I
> needed about a half dozen threads and pipes per stream, because of
> the several levels of recursive encoding.
Not like this specifically, but you might want to have a look in the
mztext sources -- the rough idea was similar, I think.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!