Skip to content

HDF5 on Windows is not thread-safe #17

@mmomtchev

Description

@mmomtchev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions