« Return to Thread: JRuby on Rails - Deployment Options

Re: JRuby on Rails - Deployment Options

by Matthew Winter :: Rate this Message:

Reply to Author | View in Thread

Hi,

Agreed, but I would prefer to deploy with an option that could scale  
if and when the user numbers require it.

I am using Rails 2.3.2 so threading is an option. Do you know if  
anyone has published any figures comparing threaded and non-threaded  
on a JRuby implementation?

Thanks.

Regards
Matthew Winter


On 22/06/2009, at 6:27 AM, Joseph Athman wrote:

> I think you should try to go with the most simple solution you can  
> that will handle the load your site has.  There's no sense in making  
> a load balanced clustered server environment with Apache/Nginx and  
> app servers if you have 10 users.  All it does is add complication  
> without any perceivable benefit.  We have been using the glassfish  
> gem and it works great.  Dead simple and handles a nice load as  
> well.  If you are using a new version of Rails and can turn on  
> multithreaded mode you will get some nice throughput without as big  
> of a memory footprint.
>
> Joe


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: JRuby on Rails - Deployment Options