Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some small PatchDb Improvements #5098

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

baconpaul
Copy link
Collaborator

  1. Improve concurrency both in and cross process
    a. open one connection per thread
    b. close the readwrite connection when not in use
    c. since (a) we can do nomutex and therefore
    d. since (c) and (b) not lock across processes
  2. Add a 'debug junk' table and a 'debug' button to write into it
    to test for now

Addresses byt does not yet fully resolve #4825

1. Improve concurrency both in and cross process
   a. open one connection per thread
   b. close the readwrite connection when not in use
   c. since (a) we can do nomutex and therefore
   d. since (c) and (b) not lock across processes
2. Add a 'debug junk' table and a 'debug' button to write into it
   to test for now

Addresses byt does not yet fully resolve surge-synthesizer#4825
@baconpaul baconpaul merged commit 5ef1eb8 into surge-synthesizer:main Sep 16, 2021
@baconpaul baconpaul deleted the patchdb-concurrency branch September 16, 2021 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PatchDB concurrency startup problem
1 participant