I found this in the reference manual about H5Fopen(): "In some cases, such as files on a local Unix file system, the HDF5 library can detect that a file is multiply opened and will maintain coherent access among the file identifiers"
Does HDF5 maintain multi-open coherent access on Windows also? Ideally I'd like to have the file locked so that multiple opens are not possible but I can't figure out a way to do that on Windows. Something like the flock() method for Unix I've seen on this forum would be fine but I only see file locking available via CreateFile() in the Windows API. - David
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org Twitter: https://twitter.com/hdf5
