Well, I know it's more of dart-in-the-air type quesiton, but I am just trying to get a general idea. What would be an average system that you might need, in terms of number of CPUs (cores, GHz, etc), bandwith, RAM, storage, etc. to run some of the medium-large sites, such as this site or other websites (I want to say craigslist, but I know that their userbase is way larger), that may have anywhere from 1K to 10K users at a time?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
the correct answer to this sort of question is a moving target. what might be true today will not be true in 10 years when hardware/software gets better. And there will be a large variance in requisite hardware at any given time depending on how the system is implemented, and what tradeoffs the developers make, e.g. do they optimize for throughput or for getting up to the millisecond updates. As a concrete example, when a badge is awarded, what delay is acceptable before the user sees their new badge? 1 second? 1 day? The answer informs how the system is implemented, how much hardware you need, and what tradeoffs you can make. The better question would be 'how to design software that is scalable from 1 to x users?' |
|||||||||||||
|