[Rails] Rails (internals) architectural question

Joe Van Dyk joevandyk at gmail.com
Wed Aug 9 18:07:40 GMT 2006


On 8/8/06, linux user <fanoflinux at gmail.com> wrote:
>
>
>
> On 8/8/06, Jeremy Kemper <jeremy at bitsweat.net> wrote:
> > On Aug 8, 2006, at 9:56 AM, linux user wrote:
> > > 1. If xxx_controller.rb is only loaded once does it mean there is
> > > only one instance of Controller serving all requests?
> >
> > A controller is instantiated per request.
>
>
> Is this true even in Production mode ?? If yes, this will
> degrade performance of rails compared other web frameworks?.

Yes.  No.

Joe


More information about the Rails mailing list