Re: [Ironruby-core] Threading model

2010-02-14 Thread Orion Edwards
On Mon, Feb 15, 2010 at 11:17 AM, Jimmy Schementi < jimmy.scheme...@microsoft.com> wrote: > IronRuby maps Ruby’s green threads directly to CLR threads, and there is no > GIL. > Holy race conditions, batman! I'll be a lot more careful calling Thread.new now :-)

Re: [Ironruby-core] Threading model

2010-02-14 Thread Jimmy Schementi
IronRuby maps Ruby's green threads directly to CLR threads, and there is no GIL. The best documentation is just to look through IronRuby.Builtins.ThreadOps =P. Here's the fi