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

Remote Actors #13

Open
pbayer opened this issue Oct 29, 2020 · 0 comments
Open

Remote Actors #13

pbayer opened this issue Oct 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@pbayer
Copy link
Collaborator

pbayer commented Oct 29, 2020

Remote actors

I should be possible to interact with foreign or remote actors running

  • in other Julia sessions
  • on other machines or
  • in other languages.

Conversely it should made possible that local or Distributed actors are called from remote actors.

This can be made transparent through forwarder actors (with local channels!) which pass on messages to foreign actors through sockets.

Therefore there is no need to change the association of links with channels or remote channels.

@pbayer pbayer added the enhancement New feature or request label Oct 29, 2020
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