From: Kirk Haines Date: 2005-10-04T22:41:55+09:00 Subject: Re: parallel programming On Tuesday 04 October 2005 7:27 am, G�bor SEBESTY�N wrote: > Is there any Ruby extension for parallel programming? I want to write > some examples for parallel programming course and I don't want to > reinvent the wheel :) Ara Howard has done a lot of parallel programming with Ruby using a system that he devised. I think it's okay to mention that the 10th is the target release date for Ruby Code & Style, an ezine published by Artima, and that one of the articles in the first issues was written by Ara Howard about the central piece in his distributed computing system, rubyqueue. I've read the article, and it is really a superb piece of writing. I'd recommend reading it when the zine comes out next week, for sure. Kirk Haines