Hacker News new | ask | show | jobs
by nebaneba 5349 days ago
At 55:20 he says, if you have A calling B all the time, you should "Stick a queue in there."

What is an example of this?

1 comments

I suppose he means that instead of A calling B directly, A should put work in a queue and B should consume from it, thus decoupling the two entities.