On Jun 17, 4:43 pm, Prem Sichanugrist <[email protected]> wrote: > +1 on benchmarking result. would love to see from > > - Apache + Passenger > - Nginx + Passenger > - Mongrel > - Thin > - Webrick > > What should be the method of benchmark?
The web server has got nothing to do with it, it only forwards the multipart data that the HTTP client sent. Don't benchmark the web server, benchmark the multipart parser instead. Any difference that you see is numbers is likely due to web server-specific things that have got nothing to do with multipart parsing. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en.
