Displaying 1 result from an estimated 1 matches for "a3ec06d3".
2006 Aug 08
12
Rails (internals) architectural question
Hi
Another newbe here..... I was wondering if someone could please help me
understand the controllers/view inner working in Production
1. If xxx_controller.rb is only loaded once does it mean there is only one
instance of Controller serving all requests?
2. If only one instance of controller is there then how are controllers
instance variables protected from data corruption when serving multiple