On Nov 7, 2006, at 8:23 AM, Ola Bini wrote: > But concurrency in Ruby is still green threads, so that would have > to be either concurrency with YARV, or concurrency with separate > Ruby processes communicating in some way. Well, there's Ruby non-blocking IO methods. There's also the sensational EventMachine library. James Edward Gray II