http://www.perlmonks.org?node_id=758919


in reply to Re: Multithreaded memory usage
in thread Multithreaded memory usage

The second idea is to spawn a new thread for each task

Did you mean process rather than thread?

update: p.s. hurrah for physicists (especially those forgetting everything they learnt by doing a completely unrelated job) :)

........
Those are my principles. If you don't like them I have others.
-- Groucho Marx
.......

Replies are listed 'Best First'.
Re^3: Multithreaded memory usage
by moritz (Cardinal) on Apr 21, 2009 at 10:47 UTC
    yes, that's what I meant. Sorry for the confusion.