linksplatform / linksplatform/Data.Doublets

Shared access to the database file by two or more different processes

Open
#206 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.