torquebox / speedmetal

SpeedMetal - Benchmark tests for TorqueBox and Competitors
15 stars 4 forks source link

Bad performace on EC2 #1

Open sonianand11 opened 13 years ago

sonianand11 commented 13 years ago

Hi, I read the post about rails from http://planet.jboss.org/view/post.seam;jsessionid=0319B045DC149D668026181835B57EE1?post=benchmarking_torquebox

I have tested the source code for hello world application in rails on EC2 using Apache Benchmark tool. It gives me the result of 23 request per sec. As in that post they have mention around 600 request per sec. Why I have got this result? Is there any additional configuration in torquebox server?

tobias commented 13 years ago

@sonianand11 What size ec2 instance are you using? What version of TorqueBox?

sonianand11 commented 13 years ago

I am using unbuntu(64-bit) m1-large size ec2 instance. My TorqueBox version is 1.1.1

bbrowning commented 12 years ago

Somehow I overlooked this issue - if you never figured this out, make sure you're running your application in production mode. It sounds like it was probably running in development mode.