
You may wonder that I create a boost::lockfree library. Yes, the name of "boost::lockfree" is from you proposal. I am interested in it, and write a stack class. There is no other stuffs, because boost-memory library only need a lock-free stack. And I'm willing to contribute to lockfree library.
well, i hope, you use the stack in a manner, that the limitations (aba problem, memory reclamation) are not an issue ... i would be in favor of a safe implementation of a stack, though ... i have a version of a stack, using the pass-the-buck algorithm, which i intended to port to boost.lockfree ... maybe i find some time to do so in the next few days ... cheers, tim -- tim@klingt.org http://tim.klingt.org The first question I ask myself when something doesn't seem to be beautiful is why do I think it's not beautiful. And very shortly you discover that there is no reason. John Cage.