Deployment Ruby on Rails application

Posted by obondar
on Thursday, October 25

I am working on deployment web site that should serve thousands online users. Right now website is staying on 4 servers, one for Nginx, two mongrel clusters and one database server. Think to use mongrel clusters as cache servers for images, as images will make the part of traffic.

There is an idea to move images to separate database. Also to implement cache system to make database's life more easy. And of course, optimization, optimization and optimization code.