Skip to content

Best practices (if any) to run multiple instances of CDL in parallel? #423

Closed Answered by NTFSvolume
baccccccc asked this question in Q&A
Discussion options

You must be logged in to vote

It's not supported. CDL uses SQLite for the database which only allows one write operation at a time.

For it to work properly you have to use a different --appdata-folder for each instance. That will force each instance to use a different database. But you will have to create a method for how to merge the 2 databases back into 1

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by baccccccc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants