Replacing NFS.
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
kragen at pobox.com kragen at pobox.comThu Apr 19 22:51:38 PDT 2001
- Previous message: What is the best C IDE on Linux?
- Next message: (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Robert G. Brown" <rgb at phy.duke.edu> writes: > Speaking of broken, has AFS fixed its writeback behavior so that > fflush() actually works to update the file image across all mounts? fflush() is a stdio call; it generally causes a call to the system call write(). I think it's probably safe to say that write() still doesn't actually work to update the file image across all nodes. fsync() is what you want, and I don't know what AFS does with it.
- Previous message: What is the best C IDE on Linux?
- Next message: (no subject)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
