Skip to content
Discussion options

You must be logged in to vote

hdf5-c is not safe in a multithreaded environment due to e.g. global caches. In this crate all accesses to hdf5-c are serialised, and the most efficient access pattern is having one thread doing reading/writing, as it sounds like you are doing. What sort of errors do you get? If the failure is silent, what signals are sent?

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@magnusuMET
Comment options

@bojohnson5
Comment options

@magnusuMET
Comment options

@bojohnson5
Comment options

@bojohnson5
Comment options

Answer selected by bojohnson5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants