Soldato
Can I have others thoughts on what is wanted from the following
Is it me or are they talking about two different things
write a simple worker pattern type project, the workers can be stubs (i.e. sleeping for random periods of time).
....we suggest using redis for the pub/sub worker interactions
Is it me or are they talking about two different things
- Thread pools for processing a list of tasks concurrently, i.e. message queues
- Publish and Subscribe messaging where all subscribers receive messages from topics they subscribe to all at once?