a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by thundara
thundara  ·  4644 days ago  ·  link  ·    ·  parent  ·  post: Massive non-parallel core programming
Less about reddit than just a generic imagined scenario of running a large, distributed message-board system and how you just have to think a bit more and be aware of the trade-offs that you can (And probably should) make.

Also, I wasn't referring to TCP/UDP, rather large networks of computers, where things regularly break and it's hard to get the atomic synchronization that locks give without throwing performance out the window. Algorithms like mapreduce are built to mitigate the fact a fraction of servers in a cluster will regularly fail/stall.