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

Add support for auto-cloning #14

Open
mchitre opened this issue Oct 27, 2021 · 0 comments
Open

Add support for auto-cloning #14

mchitre opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mchitre
Copy link
Member

mchitre commented Oct 27, 2021

Julia containers do not auto-clone messages. This means that the message sent from one agent to another can potentially be modified by the receiving agent, and the modification seen by sending and other receiving agents. This is the default behavior for the Java version too, as this is the performant mode. In this mode, received messages should be treated as immutable.

However, the Java version allows auto-cloning, which isolates different agents fully. Do we want to offer such an option on the Julia side too? To consider, and to implement, if deemed necessary.

@mchitre mchitre added the enhancement New feature or request label Oct 27, 2021
@mchitre mchitre self-assigned this Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant