Changes between Version 1 and Version 2 of AFS


Ignore:
Timestamp:
02/23/12 13:58:12 (12 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AFS

    v1 v2  
    2222 * It is possible for close() to fail in AFS for a file which was open for writing, either because of reaching quota or because of lost permissions.  This is also not possible for a local filesystem, and as a result, many programs don't deal gracefully with this situation. 
    2323 * AFS is a lot slower than local filesystem access, so software which peforms acceptably on local disk may not perform acceptably when run out of AFS.  Some software may even perform unacceptably simply because a user's home directory is in AFS, even though the software itself comes from local disk. 
    24  * It is not possible to create sockets or FIFOs in AFS. 
     24 * It is not possible to create sockets in AFS. 
    2525 * Some file locking operations fail in AFS. 
    2626