| Article: |
Distributed Systems Topologies: Part 2 | |
| Subject: | The problem of decidability | |
| Date: | 2002-01-10 06:23:46 | |
| From: | hhh | |
|
I think the ability to decide whether an event has happend or not, is very important because many application rely on this ability (ex. Databases, DNS, DSM, etc.). Decentralized systems often lag this ability, because the only way to decide anything is to search througth all nodes. Imagine searching through all of Gnutella to decide whether a file exits - this is next to imposible (I didn't say imposible :o).
|
||
Showing messages 1 through 2 of 2.
-
The problem of decidability
2002-01-10 10:17:02 Nelson Minar [Reply | View]
Thanks for the thoughts! I had a hard time defining "information coherence" for this article. I agree, "decidability" is a well-defined and well studied concept that gets at some of the issues of coherence.
Academic research on distributed systems has done a huge amount of work on the issues my article is about. My article doesn't really do that work justice; for folks who want to know more, there's a lot to learn!





Only servers need to check the user lists to find files, it can also send you the closest or fastest connection to the file you want.
This is a key part of the operating system I am developing (KAOS)