On Wed, Apr 23, 2008 at 4:46 AM, Hongli Lai <[EMAIL PROTECTED]> wrote: > > > This could result in a deadlock, if the loaded .rb file hits > const_missing too. As far as I know, Mutex is not recursive.
Yeah, use Monitor instead which is reentrant. /Nick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
