You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Problem
If we startup parallel actors in a loop with
Threads.@spawn
orChannel(..., 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.
The text was updated successfully, but these errors were encountered: