BEST RAIL SERVER

Hi, i want to deploy my website sort of chat website. I am expecting more than 50K online users at it’s peak time. I don’t want to compromise on optimization and page speed and don’t want user to wait too long for page to load.

Any one suggest me best hosting for RAILS, some comparison and contrast are highly appreciated. I have found heroku,amazon and bluehost are good to host in ROR. But which one is more stable in my scenerio?

Thank you in advance!

I think Heroku is a good option. I worked with Heroku and Rails and the performance is excelent. The only problem is the pricing, but if you will have 50K users I think that is not a problem for your system.

Heroku is an amazon system, if you use Amazon you should set the OS too, this is an heroku benefit for me., with “git push” you have all the system online in few minutes.

I hope this help you a little :slight_smile:

Not if you are on Heroku, unless you pay big money and even then you are paying far more than you need to for sub-par performance.

First off, there is no "best" as in it will be the best for everyone, every situation, etc., etc., etc.

Most of my experience is using AWS, and while it does work well, it can also be a major pain. Heroku is dead easy, of course, but suffers from performance issues sometimes. I’m not sure if you can throw enough money at Heroku to make it better.

Your best bet, really, is to take a step away from the decision that you must choose one and only one provider. If you develop your deployment to be disposable at the drop of a hat, immutable, and so on, then you’ll also generally be able to pick up and move hosts at a moment’s notice as well, and thus be able to respond faster to host downtimes and failures.

I don’t have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in heroku.

Any other cheap sever in $10-30 per month range?

I don't have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in heroku.

Any other cheap sever in $10-30 per month range?

There's always Digital Ocean.

Walter

How about digital ocean? pricing and price-comparison-chart

I don’t have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in heroku.

Any other cheap sever in $10-30 per month range?

If you’re worried about having to pay a “huge amount” to put your site up on Heroku, a $30/mo VPS will NOT work either.

To be honest, nobody is going to be able to make an accurate recommendation for a host given just what you’ve posted here - there’s too much variability in what your site’s code may demand to really make a decision without benchmarks. Set up a site someplace, and load test it. Repeat on more hosts until you find one that delivers enough performance to scale out to the size you need at the price you want.

–Matt Jones

50K online users won’t work on a budget host with Rails.

Are you dreaming you will get 50K online users at peak or is that something you have now? I’m guessing it a dream/projection otherwise you would know that bluehost won’t get you there :slight_smile:

@S ahmad, i am expecting 50000 users will hit the page daily. and more than 20k users will be unique.

bluehost only allow 5k user to access the site smoothly.

The fastest server I have ever used, oddly, is the glassfish gem, using jruby, though I have not used it in quite some time.

I don’t have lots of budge for hosting I want to get maximum benefits in low price. No doubt heroku is the best but i have to pay huge amount to run my site on heroku and have to purchase additional add-ons and plugin in heroku.

Any other cheap sever in $10-30 per month range?

I feel the need to come in and say that I implied that Heroku was far from the best, actually I tried to imply that Heroku charges far more than they are currently worth. With a good sysadmin or devops team you could build a far more powerful stack… What other people have implied about DigitalOcean is what we’ve done with a few of our really large stacks, we rebuilt them on DigitalOcean and saved tons of money.