In order to help deal with potential memory issues and speed up http requests,
it is advisable to run all traffic through a load balancer.
We can use AWS's load balancer to handle traffic, Nginx (http://nginx.org/)
(https://calomel.org/nginx.html) to deal with the proxying, and memcachedb
(http://memcachedb.org/) to hold the most used files in memory. Combining this
with offloading static media to S3 / Cloudfront should greatly increase our
maximum user load and speed up the application for end users.
Original issue reported on code.google.com by ColinMEb...@gmail.com on 9 Dec 2010 at 2:19
Original issue reported on code.google.com by
ColinMEb...@gmail.com
on 9 Dec 2010 at 2:19