Based on my research so far, I am currently leaning towards nginx + haproxy + unicorn/thin + memcached + mysql, and deploying on Linode. However, I have no prior experience in any of the above; hence I am hoping to tap the HN community's experience.
- Does the above architecture seem reasonable? Any suggestions/articles/books that you would recommend?
- Is Linode a good choice? Heroku/EY seem too expensive for me (atleast until I have enough revenue), but am I missing some other better option? MediaTemple?
- Any good suggestions on the load balancing architecture? I am still reading up on this.
- Is it better have 2 separate Rails server instances on 2 separate linodes, or running 1 instance on a linode of twice capacity (in terms of RAM/storage/bandwidth)? How many Linodes should I start with?
- Which Linux distribution should I choose (Linode offers 8 different ones - http://www.linode.com/faq.cfm)? Are there any relative [dis]advantages w.r.t. a Rails stack?
I apologize if any of my questions are stupid or contradictory; please attribute it to my inexperience.