Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5 on Windows is not thread-safe #17

Open
mmomtchev opened this issue Nov 3, 2021 · 0 comments
Open

HDF5 on Windows is not thread-safe #17

mmomtchev opened this issue Nov 3, 2021 · 0 comments
Labels
wontfix This will not be worked on

Comments

@mmomtchev
Copy link
Owner

The locking mechanism used by hdf5 on Windows is available only when running in a DLL which is not the case for Node.js addons.

The GDAL NetCDF driver implements its own locking so it is not affected.

When using raw HDF5 files on Windows, it is up to the user to ensure that his application never makes multiple simultaneous calls to the HDF5 library, or random crashes are possible.

There is no simple solution to this.

@mmomtchev mmomtchev added the wontfix This will not be worked on label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant