From: Roger Pack Date: 2008-05-12T15:58:44+09:00 Subject: Re: ruby wish-list All right ruby-genie. My next wish! That 1.9 had an option that represents a cross between thread models 2 and 3[1] [i.e. sometimes threads could run simultaneous, a la]. guaranteed_thread_safe do # thread multi threaded code end Though I suppose this is accomplishable using some C code, currently. Thanks genie! -R :) [1] http://www.atdot.net/yarv/rc2006_sasada_yarv_on_rails.pdf -- Posted via http://www.ruby-forum.com/.