There are a number of 'layers' a request must pass through before it
actually 'hits' a Rails app (e.g., Apache receives a request, Apache
starts a new thread, new thread processes the request and determines
that it's for a dynamic resource so Apache thread passes it to
Passenger, Passenger passes it to or starts a new Rails process, Rails
app begins processing request. ...)  Does anyone know if / how it's
possible to get at the actual time a request hit the first software
layer on the server ?

Thanks,
Bill

-- 
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 [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-talk?hl=en.

Reply via email to