From: Kirk Haines Date: 2010-09-15T21:20:26+09:00 Subject: Re: Ruby Multi-threading? On Tue, Sep 14, 2010 at 9:59 PM, Terry Michaels wrote: > Does Ruby have real multi-threading, or is it just context switching? > This is a rather important issue for me. On top of what everyone else has said: http://www.engineyard.com/blog/2010/concurrency-real-and-imagined-in-mri-threads/ I'm wrapping up a second installment that covers Ruby 1.9 with it's native threads right now, so that should hit the web site, I am guessing, next week. Kirk Haines