You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there any documentation on which archives are thread safe? Specifically, I'd like to have multiple processes write to the same serialized dir_archive. I'd assume this works fine if I can guarantee that no two processes ever touch the same key, but I am not certain.
Thanks
The text was updated successfully, but these errors were encountered:
(Related to #41)
Hi,
is there any documentation on which archives are thread safe? Specifically, I'd like to have multiple processes write to the same serialized
dir_archive
. I'd assume this works fine if I can guarantee that no two processes ever touch the same key, but I am not certain.Thanks
The text was updated successfully, but these errors were encountered: