Skip to content

Increase concurrency of file access #121

Description

@rod-glover

At present, the cache-locking mechanism limits access to one file at a time. This prevents a cache invalidation from causing errors to a previously-acquired cached file, but at the cost of total serialization of all file access. A more sophisticated approach to
cache invalidation (e.g., managing an "in-use" flag per cached item) would provide for greater concurrency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions