By bloid
via 17slon.com
Submitted: Jul 24 2008 / 16:28
It was a long and windy road (1, 2, 3) but finally it brought us to the really interesting part - lock-free queue. Admit it, stack is fine but it is not really suitable for sending data from point A to point B. When forwarding data inside the application we typically want it to arrive in the same order as it was transmitted and that's what queues are for.
SaveShareSend
Tags: other languages
Add your comment