Subj : Re: concurrent switching between multiple buffers To : comp.programming.threads From : Markus Elfring Date : Sat Oct 01 2005 07:10 pm > The consensus.pdfr is in some language which i cannot follow. The paper "Consensus-based lock-free asynchronous three-buffer Communication" was written in German. > Could you please suggest the english versiom of the same paper. You can look at CiteSeer or at the document "http://www.cs.york.ac.uk/ftpdir/reports/YCS-97-295.ps.Z". I hope that it adds not so much "confusion" after that you understand the key idea of this algorithm. Can you imagine to reuse it in parts of your application? I guess that it would be easier if a free library implementation would be available for it to integrate such non-blocking techniques into the management of work queues and thread pools. Regards, Markus .