Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
11–18 of 18 posts
Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
#12I 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
#13I 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).
Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
#14I 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).
Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
#15Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
#16I 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).
You could start with sharing how many instances you had at the peak, that would be useful.
Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
#17Re: Scaling a Rails Webservice on AWS/EC2 for a #1 iPhone and iPad App
#18I 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 RABL reference ( https://github.com/nesquena/rabl ), interesting stuff, perfect timing for one of my projects.
Good luck! I hope it brings you success.