sketerpot comments on Server Sky: lots of very thin computer satellites - Less Wrong

3 Post author: lsparrish 16 April 2012 11:05AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (34)

You are viewing a single comment's thread. Show more comments above.

Comment author: sketerpot 16 April 2012 12:31:11AM 1 point [-]

For lots of processor-heavy things (mining bitcoin, rendering animations, what have you) it isn't especially crucial.

The key thing about those isn't that they're processor heavy; it's that they're very parallelizable, and have minimal data dependencies between subtasks. For an example of something that isn't like this, calculating scrypt hashes is very processor-heavy, but is provably Hard to parallelize.

I suspect that most interesting calculations will bottleneck on communication latency.