On Nov 16, 2010, at 10:56 AM, Tony Arcieri wrote: > On Mon, Nov 15, 2010 at 10:50 PM, Twin Primes <[email protected]> wrote: > JRuby > does seem to run the threads at full speed). > > My program creates 2 slave threads and sends CPU intensive tasks to > them from the main > thread. > > Rubinius has a Global Interpreter Lock which prevents two threads from > executing Ruby code concurrently. JRuby does not. > > This is going to be removed in a future version of Rubinius. >
Geez, I forgot about this. I've been playing with the hydra branch (GIL is removed) and forgot it wasn't the master that everyone else is using. Oops. cr -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
