Fober et al Lock-Free FIFO Queue: multiple consumers and producers?

Posted by bronxbomber92 on Stack Overflow See other posts from Stack Overflow or by bronxbomber92
Published on 2010-06-05T04:32:28Z Indexed on 2010/06/05 10:32 UTC
Read the original article Hit count: 231

Filed under:
|
|
|

Hi,

I was wondering if the fifo queue presented in Fober et al's paper http://nedko.arnaudov.name/soft/L17_Fober.pdf was a multiple consumer and produce fifo queue. If not, which is the best documented multiple consumer and producer FIFO queue?

Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about queue