Re: GNOME registry




> What is the Unix-preferred method of file sharing?  I don't have my APUE
> handy.  :)  And is it universal enough to not need a configure-time
> check?

It is not going to be simple.  

The only way that will work reliably over NFS is using mkdir to create
a temporary file.  On top of that, picture crashing problems, so you
need to add timeout code to remove the directory if it fails and hope
the failure was real.

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]