Save values instantly to file or wait and do it in an interval? #12
Open
opened 6 years ago by SimonG96
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
When setting a value with
XmlDataHandler.SetValue<>()the new value is instantly written to the xml file (asynchronously).Is this a performance issue when dealing with more files?
Would it be a better solution to perform the write operation in a defined interval to improve performance?