Subj : Re: [Q] Lock-free queue in uniprocessor To : comp.programming.threads From : Ronald Landheer-Cieslak Date : Tue Mar 01 2005 04:42 pm allan wrote: > 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. There's an implementation of Micheal & Scott's queue at http://cvs.sourceforge.net/viewcvs.py/jail-ust/ (check out the release-libcontain module). Using it on a uniprocessor doesn't require any changes anywhere. HTH rlc .