-
Notifications
You must be signed in to change notification settings - Fork 4
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
Common data #33
Comments
Yes, that's what However, please note that I'm transitioning to a system where the master environment gets updated on the workers automatically. |
Thanks for explaining. In the new system, is the master environment still the same as |
Yes, at least for now.
You will be able to add additional objects to the master at any point, which will then be propagated to the workers (that can then reuse them in subsequent calls) |
I did more experiments with |
clustermq
has a feature called "common data": objects that are part of the worker environment for all tasks. These objects need only get sent once, rather than with each new task. If the objects get assigned to.GlobalEnv
on the worker (@mschubert, is this whatclustermq
does?), then I can implement this feature increw
without asking @shikokuchuo to implement it inmirai::server()
.The text was updated successfully, but these errors were encountered: