After developing a large commercial website in Ruby my client is
getting cold feet. They don’t want to be the first big, commercial
website out there using a RoR site.
The company is an online sports betting company that will take several
hundred thousand bets a day.
Their concerns are mostly about performance.
Does anyone have any links to case studies or articles about large
successful Ruby installs - or are they indeed going to be the first!
Thanks guys,
Agile - are you involved in this site? It would be nice to know
traffic numbers.
Yellowpages.com is interesting - I assume this is heavily used?
My clients are replacing an existing website and they have several
hundred thousand users (they are one of the biggest sports gambling
companies in Europe). If I can convince them to go with this one they
have 6 subsidiaries around the world who will also take the framework.
One of which is in asia and takes 1million bets a day!
One of which is in asia and takes 1million bets a day!
In the earlier days of Twitter, I remember a number of up to 11,000
hits per second. Twitter became even more popular afterwards and they
did have to overcome some scaling issues (which led to a few blog
rants from the Twitter devs and DHH).
Rails is perfectly scalable, but expect the scaling to be less of a
breeze than Rails programming itself. That said, there are so many
performance improving measures you can take at each level of the
application, Rails will scale. And the money you save by Rails’ extra
productivity (i.e. less development time) can be spent on better
hardware and network optimization and infrastructure.
FATdrive.tv is on Rails. We just launched recently and are having
healthy growth. I look forward to
the point when we have to scale up as it will be an interesting
challenge.
----- Original Message -----
From: “phil” [email protected]
To: “Ruby on Rails: Talk” [email protected]
Sent: Thursday, February 07, 2008 5:01 AM
Subject: [Rails] Companies using Ruby