On 28 Jan 2009, at 16:36, Camille Roux wrote:

>
> Hi,
>
> I've a question about the Rails runtime.
> I'd like to know which part of Rails is executed (and put in memory)  
> at
> each request? at each server launch?
> In other words, is Rails like PHP (the whole code is "executed" at  
> each
> request)?

All of your app code (and the framework) is loaded when the mongrel,  
passenger instance etc. is launched (passenger can do clever things  
with fork if you're using REE).

Fred
>
>
> Thanx
> Camille Roux
> -- 
> Posted via http://www.ruby-forum.com/.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to