Skip to content
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

Use a .lock file to let other processes know the database is currently in-use #2

Open
jonalmeida opened this issue Jan 13, 2015 · 0 comments

Comments

@jonalmeida
Copy link
Owner

Create a .lock file when a process is using the database.
Delete the .lock when the process is done.

@jonalmeida jonalmeida self-assigned this Jan 13, 2015
jonalmeida added a commit that referenced this issue Jan 17, 2015
- Fixed some tests
- Creates file lock, but does remove it. Consider adding the pid in the
  file for comparison
- First part for #2
@jonalmeida jonalmeida removed their assignment Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant