Ruby on Rails Monday, January 31, 2011

You have to performance test based upon likely usage scenarios (click flows) for your app. I've never come across good metrics in any programming language for "how many users can a web app handle". It just depends too much on how the users use the app and what the app does to respond to those users.

Best Wishes,
Peter

On Jan 31, 2011, at 4:18 PM, Tom Ha wrote:

> Thanks, Fred!
>
> 1 question back - if you say...
>
>> ...and your instances can handle 10
>> requests/s then...
>
> ...is the "10 requests/s" per instance the average capacity of a Ruby
> instance? If not, do such figures exist or make any sense? Or would I
> have to calculate my own instance capacity, simply based on what my
> server's hardware actually swallows during usage?
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> 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 rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment