Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Books on High performance Websites and scalability. [closed]

Most 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?

like image 640
Raul Singahn Avatar asked Jul 14 '10 22:07

Raul Singahn


People also ask

What is the difference between performance and scalability?

Scalability is being able to handle large amounts of users/data/traffic. Performance is about speed. While the speed of light may be constant, software system speed is far from. A useful analogy is checking out at the supermarket.

How does scalability affect performance?

Scalability is the ability to handle larger amounts of work when the system is under heavy load by throwing more resources at the problem. This generally means improving performance by buying faster servers or adding more servers.

Why is scalability is related to performance?

Scalability refers to the characteristic of a system to increase performance by adding additional resources. Very often people think that their system is scalable out-of-the-box. “If we need to serve more users, we just add additional server” is a typical answer for performance problems.

What makes a website scalable?

In simple terms, scalability is the ability of your web application to cope with an increasing number of users concurrently interacting with the app. Consequently, a scalable web application is one that performs equally well with one or a thousand users and stands ups and downs of the traffic.


1 Answers

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.

like image 186
dalton Avatar answered Oct 15 '22 00:10

dalton