google-code-export / marinemap

Automatically exported from code.google.com/p/marinemap
Other
1 stars 2 forks source link

Impliment Load Balancng / Proxy Server / caching #463

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by ColinMEb...@gmail.com on 16 Dec 2010 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by perrygeo...@gmail.com on 20 Sep 2011 at 8:15