Hey guys, using passenger, is it possible that there could be thread safety issues when executing a class method on a model? I am seeing some weird data in some of my model instances and I think it may be to do with concurrent processing of a class method in a model. Is this possible, that variables get shared between all threads of execution, when you are accessing a class method? #example def self.somemethod end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/HiqWlnPiyL0J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.