On 3/9/07, Rob Sanheim <[EMAIL PROTECTED]> wrote: > > > > Best test results: 6 Nginx and 5 Mongrels were enough to meet this. > > > I tried more and less of both in different combos. I got approx. 215 > > > req/sec +/- over about 5 httperf's tests with these params: > > > > Those numbers sound a low to me, actually.
Indeed. I can get over 700 dynamic "Hello, World" actions per second with 3 Mongrels on a Dell D620 laptop. My definition of Hello, world is this: class TestsController < AppliucatrionController session :off def say_hi render :text => 'Hi!' end end Note the "session :off" bit - this is very important. Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---