Books on High performance Websites and scalability. [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionMost web frameworks and "best practices" are not suitable for very high 开发者_开发百科performance sites and the whitepapers from vendors out there ain't worth the paper they are printed on.
So where should someone look to find books, tutorials or other resources on this subject?
Have a look at Cal Henderson's, 'Building Scalable Websites' by O'Reilly
http://www.amazon.com/Building-Scalable-Web-Sites-Applications/dp/0596102356
he's the guy behind Flickr.
Also have a look at highscalability.com, They have some of the architectures of the most loaded sites out there.
You should not look at scalability as a bandaid or a one time fix.
As the usage of your application changes, your scalability requirements will change and evolve. Also, there is no silver bullet for addressing scalability. It is a mix of various approaches like caching, replication, distribution, performance tuning, hardware upgrades etc. You should choose from those based on the context of "what you want to scale" and where will you get maximum bang for the buck!
check out this link http://sevenoct.wordpress.com/2013/07/04/scaling-applications/
which has some good information about scalability and how not to fall into traps of "sought after" scalability mantras
I have done quite a bit of search on this.Finally boiled down to these three books.
High Performance Websites
Even faster websites
- The art of scalability
精彩评论