This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/2914] gethostid don't check if file exist before tryng to use it


------- Additional Comments From julien dot dumont at certess dot com  2006-08-03 20:15 -------
Thanks for this ;)

I'm agree with you about open and stat and their performance on local filesystem.
But It seems thant it's not the case over Network filesystem or Virtual filesystem.

Sure isn't a good idea to have /etc/ over VFS or NFS, but in this case it seems
than using 'open' have mores 'impact' than using only stat. Performance be
better and we don't have problem with concurent remote access.
 

But in fact is it true or it's just my feelings ?

Julien

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2914

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]