Re: A Fast General Purpose Lock-Free Queue for C++ - http://moodycamel.com/blog...
"I agree completely. Therefore in either of those cases the system actually provides no ordering. Just pointing out that you could provide ordering for producers if you have fewer consumers than producers and consumers don't share producers without coordination. Kafka actually provides this with partitions and consumer groups. http://kafka.apache.org/docume..." - Sam Pullara