yunjae2 / tagit

A CLI tagging tool for experiments
MIT License
5 stars 0 forks source link

Concurrency support #14

Open yunjae2 opened 4 years ago

yunjae2 commented 4 years ago

Since the script can be called in multiple shells concurrently, so locks are required for keeping the correct operations.

yunjae2 commented 4 years ago

fcntl.lockf() can be a good candidate for the implementation.