Subject: Re: multi-threaded access to shared memory space
From: Charles Oliver Nutter <charles.nutter sun.com>
Date: Tue, 1 Jul 2008 22:22:04 +0900
References: 306638
In-reply-to: 306638
Greg Willits wrote:
> Ruby 1.8's threading would seem poorly suited to this. Can 1.9 run
> multiple threads each accesing the same RAM-space while using all cores
> of the machine?
No, but JRuby's threads can.
- Charlie