aquadoggo
aquadoggo copied to clipboard
Consider dedicated channels instead of broadcast
Currently all services talk to all other services in ServiceManager
and all worker pools get informed about all incoming tasks in Factory
. This should not be a problem for now but later we might want to use more dedicated channels (similar to an Actor pattern) to avoid pollution.