DudeWhoCode / kulay

High speed message passing between various queues and services
MIT License
12 stars 1 forks source link

Add goroutine worker pools #5

Open DudeWhoCode opened 7 years ago

DudeWhoCode commented 7 years ago

Right now only single goroutine kicks off per command, Implement a worker pool where workers will be assigned for routing msg between services.

DudeWhoCode commented 7 years ago

Worker pools seems like a premature optimization right now. Once benchmarks with multiple goroutines are done, this can be considered.