|
|
|
|
|
by JoeAltmaier
4424 days ago
|
|
Not that simple. Queues can manage the latency of packets, not just by priority but by time-stamping packets and sorting them. Priority is a sucky way to do anything - queues, threads, even email. What we usually want is control over latency. |
|