-
Hello everyone, I have a question regarding the use of
cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Your first two options are fine, and I think in these cases only the master thread does any writing to the tablebase file. You should not use the third option. #531 will provide the ability to use read-only tablebase files if one wants to protect the file from "accidental damage". |
Beta Was this translation helpful? Give feedback.
-
I suspected as much, thank you for the fast answer! |
Beta Was this translation helpful? Give feedback.
Your first two options are fine, and I think in these cases only the master thread does any writing to the tablebase file. You should not use the third option.
#531 will provide the ability to use read-only tablebase files if one wants to protect the file from "accidental damage".