Penguin
Diff: AndrewFileSystem
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of AndrewFileSystem.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, July 13, 2004 2:49:57 am by BrianJohnson Revert
Older page: version 1 Last edited on Saturday, August 16, 2003 1:16:03 am by AristotlePagaltzis Revert
@@ -10,12 +10,12 @@
 * no longer copies the entire file when it's opened for writing, which is slow for large files - though [Coda] still has to in order to support disconnected operation 
  
 Some of its authors noticed that [AFS] worked quite well for a while when you unplugged the network, due to caching, but has issues when writes occur. A research project called [Coda] was launched to allow fully disconnected operation: a laptop with a WLAN connection wandering in and out of range will seamlessly synchronize all files (and notify the user of conflicts). The project was quite a success. 
  
-Then its team decided that they could do better, so they sat down and started working on Intermezzo. This project is based on the same principles as Coda, along with the idea that it should be as fast as using a local filesystem, and should do everything over well established protocols (such as [HTTP]). I doesn't seem to be anywhere near production quality yet, though. Coda is unmaintained and pretty much unused nowadays. 
+Then its team decided that they could do better, so they sat down and started working on [ Intermezzo] . This project is based on the same principles as [ Coda] , along with the idea that it should be as fast as using a local filesystem, and should do everything over well established protocols (such as [HTTP]). I doesn't seem to be anywhere near production quality yet, though. Coda is unmaintained and pretty much unused nowadays. 
  
 [AFS] however continues to thrive, offering gigantic scaling capacities. 
  
 See also: 
 * OpenAfsUserCrashCourse 
 * [AFSNotes] 
 * [Setting up OpenAFS under Debian|http://www.debianplanet.org/node.php?id=816]