Subject: [ruby-core:20844] Re: [Bug #921] autoload is not thread-safe
From: "Roger Pack" <rogerpack2005 gmail.com>
Date: Wed, 24 Dec 2008 06:19:06 +0900
References: 20797
In-reply-to: 20797
> Currently autoload is not safe to use in a multi-threaded application.
My preference would be for it at most one thread to be "in an
autoload" at a time, so similar to require, no chance for confusion.
But then again that's just me :)
-r-