I\'ve spent today looking into lockless queues. I have a multiple producer, multiple consumer situation. I implemented, for testing, a system using the Interlocked SList t
viraptor solution is locking , there are no multiple producer/multiple consumer lockless queue algotihms im aware of .