-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make lock-file location in CrossProcessMutex.h configurable #62
Comments
We probably also want to change the lock file name to something without DBN.exe in the name, as that was meant to allow coexistence of CNTK on a single server with an old internal Windows-only tool that is no longer in use. |
How about using an environment variable?
If you insist on a setting in the configuration file, that could simply use EDIT: |
This should have stayed open - this is a PR in process |
even after the latest news, this would be a mandatory feature for all users which have no access to /var/lock. As far as I can see, the solution with the environment variable never made its way into a release. Maybe reopen? |
CrossProcessMutex.h uses a file for a global lock inside /var/lock. That location cannot be universally be assumed to be writeable in all environments for all users. It should be changed to some place that is, or changeable through a config variable.
The text was updated successfully, but these errors were encountered: