At least the S3 object store uses a monitor thread to periodically scan the file system and delete files. Investigate using an LRUCached using an OrderedDict to reduce file system access and eliminate the need for a separate monitor thread.
This will also likely fix #4
At least the S3 object store uses a monitor thread to periodically scan the file system and delete files. Investigate using an LRUCached using an OrderedDict to reduce file system access and eliminate the need for a separate monitor thread.
This will also likely fix #4