07-29-07 12:17 AM
Hi,
I am writing an app that requires numerous NFS file access operations.
It seems that some small percantage of the time file operations, such
as open file, will fail under heavy load conditions on the NFS
server. The adhoc solution I have is to wait and retry and then the
file operation succeeds. This seems really bad.
Does anyone know of a clean way to access NFS files and handle the
condition where the operation fails intermittantly, other than the
wait and try again solution? Or perhaps to handle the error as a NFS
error and not as a file is not present error?
Thank you so much for any ideas,
Ivan Novick
http://www.0x4849.net
[ Post a follow-up to this message ]
|