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

Safe parallel actor startup #9

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

Safe parallel actor startup #9

pbayer opened this issue Oct 17, 2020 · 0 comments
Assignees
Labels
Performance Improve performance

Comments

@pbayer
Copy link
Collaborator

pbayer commented Oct 17, 2020

Problem

If we startup parallel actors in a loop with Threads.@spawn or Channel(..., startup=true), the spawning behavior is strongly dependent on how we do it. It is easy to get highly imbalanced distributions of actors over threads.

To do

Develop a method to safely spawn actors to parallel threads and getting a balanced load.

@pbayer pbayer added the Performance Improve performance label Oct 27, 2020
@pbayer pbayer self-assigned this Oct 29, 2020
@pbayer pbayer added this to the v0.3.0 Error Handling milestone Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Improve performance
Projects
None yet
Development

No branches or pull requests

1 participant