Subj : [Q] Lock-free queue in uniprocessor To : comp.programming.threads From : hjcho Date : Mon Feb 28 2005 06:34 pm I am looking for a lock-free queue for multi-writer/multi-reader in uniprocessor. What I have found is the queue by Michael & Scott, which is for the multi-processor. (I was told the object for the multiprocessor also can be used in uniprocessor but is it right?) If you let me know where I can find the code, it would be very appreciated. Thank you. .