Loading from multiple processes. #124
-
You said
It means "do not load", or "you can, and it will work, but there can be an issues" ? Just for sure, i'm fine with process-exclusive access, but my application could be accidentally be runned multiple times. Is there some guard against it, if it may corrupt data, for example? Because I just tested and no panics or something |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the future there will be locking: #70 However, I'm not sure which crate to use for that right now - and there is a file lock API coming up in the standard library, but that may take a while to be available. |
Beta Was this translation helpful? Give feedback.
In the future there will be locking: #70
However, I'm not sure which crate to use for that right now - and there is a file lock API coming up in the standard library, but that may take a while to be available.