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

registry backends that can leverage shared memory like reddis or memcached #96

Open
mikofski opened this issue Feb 24, 2017 · 0 comments

Comments

@mikofski
Copy link
Member

current: currently the default registry are in-memory dictionaries.

proposed: abstract the default into a backend to make registry backends extensible, allow different registry backends like memcached or reddis or even in memory sqlite3 to be used.

using shared memory will be more advantages for distributed calculations. for example if the dag of a calculation shows there are many orthogonal steps then the simulation can be distributed but the data, output and formula registries would have to be managed centrally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant