-
Notifications
You must be signed in to change notification settings - Fork 72
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
Distributed Nodes #16
Labels
Comments
slawlor
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Jan 9, 2023
slawlor
added a commit
that referenced
this issue
Jan 15, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 15, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 15, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 16, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 16, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 17, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 17, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 18, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 21, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 21, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 21, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 22, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 23, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 23, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 23, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 24, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 24, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 24, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 24, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 24, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 24, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 25, 2023
…y on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16
slawlor
added a commit
that referenced
this issue
Jan 27, 2023
* Initial sketchings of how distributed node's might look, based heavily on the Erlang protocol. This is a collection of tcp managing actors and session management for automated session handling Related issue: #16 * PG Groups lifecycle + PID lifecycle synchronization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following from Erlang, we want to support distributed nodes
https://www.erlang.org/doc/reference_manual/distributed.html
We need
control.proto
)NodeSession
who propagates it to the remote system to cleanup theRemoteActor
instance)A
connects toB
who's also connected toC
, thenA
also initiates a connection toC
. This should be relatively simple to implement as an optional functionality. [cluster] Add support for transitive connections between nodes #53Already present:
The text was updated successfully, but these errors were encountered: