(2) What's the best way to learn how to scale web applications? - Quora
Simple solution:1. move db to a separate server.
2. adding some web server
3. store your session in the db, maybe a cache server like memcache needed.
4. having an app server such as nigix/apache
5. some transaction or data synchronizing related problems maybe need to be done.
Read full article from (2) What's the best way to learn how to scale web applications? - Quora
No comments:
Post a Comment