A question about server options, performance and jRuby

I love Rails. It has been only couple of weeks for me into Ruby on
Rails.
So far fine except for performance as I had tested it using
ab/httperf. I
want my application to perform faster and serve more replies per second,
I
had some success speeding things up using Unicorn but I wonder if there
are
other options available that provide even better performance boost. I
had
seen some benchmark results in favor of torquebox, I spend couple of
hours
today implementing jRuby and torquebox but the results were
disappointing.
What would you recommend in order to speed things up in Rails? Thank
you.

On 20 Jul 2016 10:31 p.m., “W.M.” [email protected] wrote:

I love Rails. It has been only couple of weeks for me into Ruby on Rails.
So far fine except for performance as I had tested it using ab/httperf.
I
want my application to perform faster and serve more replies per second,
I
had some success speeding things up using Unicorn but I wonder if there
are
other options available that provide even better performance boost. I
had
seen some benchmark results in favor of torquebox, I spend couple of
hours
today implementing jRuby and torquebox but the results were
disappointing.
What would you recommend in order to speed things up in Rails? Thank
you.

Are you running in production mode? Development mode is much slower.

Colin


You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/15039c71-8478-4e2d-b033-d795cee371d4%40googlegroups.com
.

I will pay attention to this point, test and report back.