|
|
|
|
|
by geospeck
2584 days ago
|
|
I've watched one of Rich Hickey's talk and at some point he brings
that issue on the table, what happens when the receiver is not responding to the message. He is advocating Queues and one of his arguments is that Queues decoupling the requester from the receiver. So you don't really have to worry about things like this by using a queue. [1] https://youtu.be/ROor6_NGIWU?t=1955 |
|