[plt-scheme] Savers: Superceding

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Feb 17 23:33:01 EST 2010

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!


Posted on the users mailing list.