ArneBachmann / tagsplorer

A quick and resource-efficient OS-independent tagging filetree extension tool and library
Mozilla Public License 2.0
3 stars 1 forks source link

Add index and config locking for concurrent access #53

Open ArneBachmann opened 7 years ago

ArneBachmann commented 7 years ago

It's hard to ensure good locking for all file systems. It would at least introduce an external library (like fasteners) or require copying its source code, license permitting. Currently there is no need, as TP runs in memory behind web server or mostly read-only.