Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:19847] Re: use of require thread safety"
>
> |It would break code that's doing what it shouldn't, i.e. requiring the 
> |same lib across several threads. So don't do that :)
>
> Isn't that unavoidable when combined with autoload?
>
> 							matz.
>
>   
Autoload, in general, is a bad idea in a multiple thread environment.

-Tom