gauteh / dars

𓃢 A fast and light OPeNDAP server
MIT License
20 stars 4 forks source link

concurrent and thread-safe reads from netCDF / HDF5 #5

Closed gauteh closed 4 years ago

gauteh commented 4 years ago

This is a tracking issue for thread-safe and concurrent reads from netCDF files. Either using a pool of file-handles, or even better concurrent read support.

older netCDF formats depend on the netCDF library, while newer depend on HDF5. the following issue will presumably be the best reference for this issue:

hyrax has their own HDF5 implementation, which might be useful to us (maybe through rust-netcdf):

gauteh commented 4 years ago

hidefix.