MaxWaitTime | |||||
To allow concurrent access to the DigaSystem registry files the DLL opens and locks these files at the beginning of every writing function. The files are not closed immediately after the function is ready, but instead a background thread is started which will unlock and close the files a certain interval after the last write access. "MaxWaitTime" specifies how long the DLL waits for a registry file to become free before showing an error message box. Of course this value must be larger than the max lock time. By default it is 2.5 times bigger. Note that when someone opens a registry file for writing no other workstation can read from or write to the same file for at least the delay time. So do not make these values too large.
See also "WriteDelay" and "MaxLockTime" |
|||||
|