9 ms·
Another thing. Queues often lack prioritization of messages; for instance, the importance of a new user signup may be overlooked compared to an address update.
by AtNightWeCode 3y ago
Another thing. Queues often lack prioritization of messages; for instance, the importance of a new user signup may be overlooked compared to an address update.
- thaumasiotes 3y agoThere is a structure for just this purpose which, funnily enough, is known as a "priority queue".
- flemhans 3y agoFunny, I always think handling my existing customers and making sure things work for them is more important than taking in new ones.