Implementing Queues for Event-Driven Programs
Quote: | “full queues SHOULD NOT happen during normal operation” |
Another Quote: | “With queues-implemented-over-mutexes like the ones we’ve written above, the most annoying thing performance-wise is that there is a chance that the OS’s scheduler can force the preemptive context switch right when the thread-being-preempted-is-owning-our-mutex.” |
[→] |
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed