Displaying 2 results from an estimated 2 matches for "skara".
Did you mean:
kara
2010 Jul 23
2
How to get remote hostname from behind mongrel cluster in rails?
Using request.env[''REMOTE_HOST''] worked with WEBrick, but returns
blank when running behind mongrel cluster.
For IP Address, I am able to use request.remote_ip.
Thank you.
--
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
2010 Apr 13
3
Need clarification on mongrel, rails, threads, and performance
My understanding is that:
1. rails is single threaded and serves one request at a time
2. mongrel is single threaded and can process one rails request at a
time
3. mongrel_cluster starts a few mongrel servers on the same machine
Based on this, the single most important factor becomes the time it
takes to load a single page (to avoid blocking).
If this is all true, what''s considered a