linksplatform / linksplatform/Data.Doublets
Shared access to the database file by two or more different processes
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
At the moment the database does not store shared lock inside the database file, so multiple processes cannot open the database file simultaneously. So it should be possible to access the database from different processes to use it as a medium for synchronization.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the database-file opening and locking code, then determine how shared locking and cross-process synchronization should work. Done means multiple processes can open the same database file safely and use it for synchronization, with tests covering concurrent access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100