So, Ruby 1.9.1 is now declared stable. Rails is supposed to work with it and slowly gems are being ported to it.
It has native threads.... and a global interpreter lock.
Since a GIL is in place, do native threads offer any kind of benefit over green threads in 1.9.1?