aivazis / qed

A web based visualizer of large datasets
BSD 2-Clause "Simplified" License
4 stars 6 forks source link

qed seems to be locking h5 files #35

Open parosen opened 7 months ago

parosen commented 7 months ago

while qed is displaying an h5 file, it is locked for other applications. Generally it is good to protect but there are times when the intent is to rewrite the file, then disconnect and reconnect to it.

aivazis commented 6 months ago

it also appears that disconnecting the dataset from the data panel doesn't release the lock, so clearly the clean up isn't thorough enough