Hacker News new | ask | show | jobs
by panzer_wyrm 3339 days ago
4 cores are enough to write multithreaded code and catch the majority race conditions.

You would not run it in production on your desktop though no matter the core count.

1 comments

Do not overestimate how heavy most CRUD is. What really matters is not exposing CPU heavy hitters directly (caching) and not hitting disk (also caching). And obviously network performance. Modern "desktops" ate stronger than most older "server" hardware.

What you don't get is warranty, redundancy so you have to handle it on your own, preferably multiple machines, power supplies and network connections. Or complete collocation if you can afford it.

Intel, unlike AMD, is hiking price for server market by disabling more important features like high RAM capacity support, ECC and remote management.