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

Spawning actors with a reliable network #35

Open
jeffa5 opened this issue Jan 19, 2023 · 2 comments
Open

Spawning actors with a reliable network #35

jeffa5 opened this issue Jan 19, 2023 · 2 comments

Comments

@jeffa5
Copy link
Collaborator

jeffa5 commented Jan 19, 2023

Currently, actors can be spawned with UDP connections, though we may model them with reliable ordered networks.

It would be cool to be able to spawn the actors with TCP connections to have this be more accurate.

@jonnadal
Copy link
Member

@jeffa5 before adding TCP I was inclined to introduce persistence and modeling of actor restarts. That would allow me to update ordered_reliable_link to maintain its invariants between actor restarts and (coming back to this proposal) TCP session restarts (as nothing guarantees ordering across sessions). But that's not an argument against introducing TCP earlier; just sharing how I was thinking about these.

@jeffa5
Copy link
Collaborator Author

jeffa5 commented Mar 28, 2023

That sounds good, actor restarts are one of the things I ended up using named timers for.

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

No branches or pull requests

2 participants