Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've decided I need to learn more about building scalable solutions. Given almost any programming problem, I can build something to take care of it. Unless that problem is "this needs to handle a billion hits a day". Where do I start? Websites, books, articles, etc are all appreciated.

My primary languages of choice are currently Java, Perl, and Python, and I generally just code for the web, but I'd appreciate language-agnostic resources over language-specific ones.

share|improve this question
The property of scalability is not just limited to HTTP hits. It can also refer to the ability to target different word width processors, the ability to add features without changing structure, the ability to increase operational concurrency, or even the ability of a design to handle different process memory models. – Amardeep Oct 20 '10 at 17:46

1 Answer

up vote 1 down vote accepted

There is no lack of materials about scalability (the kind you are looking for). One good starting point is http://highscalability.com/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.