36 ms·
When I've used it, I've used it in conjunction with a table that maintains state. So basically the notify keeps other processes from having the poll the table
by bouncing 2y ago
When I've used it, I've used it in conjunction with a table that maintains state.
So basically the notify keeps other processes from having the poll the table for updates, but the table itself still acts as the queue.