From: Roger Pack Date: 2009-07-13T21:07:58+09:00 Subject: Re: which project should I work on? > Well, in your example, you used threads, and I'm not entirely sure how > it's > possible. Pretty much by definition, processes don't share state, > threads do. > There are exceptions -- shared memory, the filesystem, and other > well-defined > interfaces -- but languages generally don't make these things obvious. Hmm. If that's the case than perhaps the python multi process gem *only* shares memory among processes. I suppose I could dig into its source if needed. Maybe even reuse it! :) Regardless, any +1's for my working on this one?, or am I right that it isn't in strong demand? =r -- Posted via http://www.ruby-forum.com/.