Displaying 1 result from an estimated 1 matches for "885476".
Did you mean:
  88476
  
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