Live data from Hacker News

Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App

discovr.info

1–10 of 18 posts

Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App

#3
post #2

I was really hoping for a bit more meat in this article. Perhaps some discussion on their caching strategy, or how they're building their JSON (i.e. traditional model-based #to_json approach, or something along the lines of Rabl).

Thanks for the feedback, i'll try and cover all that in a future post.

Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App

#4
post #2

I was really hoping for a bit more meat in this article. Perhaps some discussion on their caching strategy, or how they're building their JSON (i.e. traditional model-based #to_json approach, or something along the lines of Rabl).

Agreed, not much to look at here. I would also be interested in hearing why they decided to roll their own platform instead of using a PaaS, given the small team size.

Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App

#10
post #8

I see the EC2's are in different regions but not the RDS, can you choose which region your put your RDS in or is that not a factor?

To clarify they said "availability zones", not "regions", which is a huge difference in terms of latency. And yes, you can tell RDS which availability zone to use.
Post reply on HN