Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Change model for persistent storage. #13

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

rohe
Copy link
Collaborator

@rohe rohe commented Mar 23, 2021

Previously the modules in this package had access to persistent storage. And it was expected that the modules would keep the information up to date.
This model created problems when there where several instances of the service on the same machine and even more so when distributed over several machines.
Therefor we have abandoned this model and instead proposes a model when the user of this package deals with the persistent storage.
The modules in the package only provides a set of methods: dump, flush and load which are supposed to be used by the frontend when it stores and retrieves state information to/from the persistent storage.

@rohe
Copy link
Collaborator Author

rohe commented Mar 23, 2021

There is a problem with build cryptography when using python3.6 .
Works without a hitch on Python 3.7, 3.8 and pypy.

@rohe rohe requested a review from peppelinux March 23, 2021 13:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant