added question: creating locks during --batch operations
This commit is contained in:
parent
d1fe9d0d2a
commit
f8c9b18cb5
1 changed files with 3 additions and 0 deletions
3
doc/forum/locks_during_--batch_operations.mdwn
Normal file
3
doc/forum/locks_during_--batch_operations.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
|||
Are there locks that git-annex holds for the entirety of e.g. `git-annex-get --batch`?
|
||||
|
||||
As part of [[forum/auto-fetching_annexed_files_on_open__40____41__]], I'd like to keep one or more long-running `git-annex-get --batch` processes and pipe the keys I need fetched as needed, rather than start a new git-annex process for each key. But, this only makes sense if, while waiting to read more keys from stdin, git-annex is no holding locks that could interfere with other git-annex calls.
|
Loading…
Reference in a new issue