hi, a question to the group:
am i right in thinking that rails routing occurs outside (before) the mutex lock on dispatch such that static files get served up on a different thread than rails script requests. they both go through routes.rb though. if that is the case then i shouldn't have to worry about haproxy sending health checks to my mongrel blocking actual rails requests as long as the checks are requesting a static file (eg /ror/public/ check.txt). is that accurate? similarly, if i have a long running request on rails, the mutex should have the one thread locked but allow requests for non-rails dispacted request (eg static files). thanks....gg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

