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

Backpressure #27

Open
weekens opened this issue Aug 16, 2018 · 2 comments
Open

Backpressure #27

weekens opened this issue Aug 16, 2018 · 2 comments
Labels

Comments

@weekens
Copy link
Contributor

weekens commented Aug 16, 2018

Implement an actor mailbox size limit capability. This way, a user will be able to avoid overloading actors with too many messages.

@PhilAndrew
Copy link

Can have backpressure like Akka Actors or NodeJS Streams?

@weekens
Copy link
Contributor Author

weekens commented Aug 20, 2018

@PhilAndrew , I'll investigate on Akka's way of doing backpressure. For NodeJS streams - I think it's a different thing than actor messaging, and it's not likely to be added to Comedy's interface, but we'll possibly use streams internally for implementing backpressure.

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

No branches or pull requests

2 participants