Name: Anonymous 2008-05-24 1:17
I thought the concept behind distrubuted computing was quite straightforward: have several computers do what a single one can't in a reasonable amount of time.
I thought that calculating the digits of Pi using an BBP algorithm was a fitting, if trivial, example of task suited for distributed computing : instead of one system calculating N digits of Pi, you'd have several, the first one calculating only a handful, the second one the following digits and so on. But I've been told that it's not the best example, that it just shows that distributed computing involves distributed (computing) power.
So I'm at a bit of loss here. I'm not sure anymore what would easily illustrate how DC works. Supposedly the missing key is concurrency: the force of DC is also how the system as a whole distribute sub-tasks on the fly, collects them and constructs the whole result. While that does sound nifty and all, I have no idea of what kind of computation does that.
Care to enlighten me ?
I thought that calculating the digits of Pi using an BBP algorithm was a fitting, if trivial, example of task suited for distributed computing : instead of one system calculating N digits of Pi, you'd have several, the first one calculating only a handful, the second one the following digits and so on. But I've been told that it's not the best example, that it just shows that distributed computing involves distributed (computing) power.
So I'm at a bit of loss here. I'm not sure anymore what would easily illustrate how DC works. Supposedly the missing key is concurrency: the force of DC is also how the system as a whole distribute sub-tasks on the fly, collects them and constructs the whole result. While that does sound nifty and all, I have no idea of what kind of computation does that.
Care to enlighten me ?