Created
November 15, 2009 16:59
-
-
Save wholly/235331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deployment Architecture of Wholly | |
================================= | |
Front-End Webserver (NginX) | |
| | |
Load Balancer (HA Proxy) | |
| | |
|------------------------|--------------------------| | |
App Server1 App server2 App server3 (20 Thin Instances each) | |
|------------------------|--------------------------| | |
| | |
| | |
Object Cache Server (Memcached) | |
| | |
Database | |
& Search Indexes (MySql & Sphinx) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
========================================Infrastructure Cost Estimation======================================
Assumptions :
- 1 page view takes approx 16 hits to the server
- 1 page view has approx 700KB of download
- 1 page view requires 1.18KB of upload (http://gist.github.com/201946)