> > Reloading isn'tthreadsafeand *can't* be due to the way constant
> > definition works in ruby. Why are you doing it in production mode?
> > allow_concurrency should be false for development mode?  Is itnot?

I'm curious about the "constant definition not being threadsafe" -- is
this a thread safe bug in MRI?

As a note--I'm still afraid of true multi-thread rails for fear of
1) sometimes methods that are defined magically "appear" in other
threads but not the current one--so dynamic methods might err.
2) sometimes sockets send data to the wrong socket.  It is truly odd
and I have no idea why.  I think it's far less of a problem when you
use eventmachine, but still might be there lurking somewhere.

Thanks!
-=R
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to