Boost logo

Boost :

Subject: Re: [boost] threadpool lockfree_channel
From: Tim Blechmann (tim_at_[hidden])
Date: 2009-03-18 05:08:00


> GC doesn't necessarily prevents the ABA problem in every situation, for
> a fifo queue with enqueue and dequeue it suffices. Anyway don't you think
> that confining T to be POD type a little bit of restrictive?

well, i am usually using the fifo queue in a soft-realtime system, where
this restriction doesn't matter. in order to transfer non-POD classes,
one will probably want to allocate them on the heap ...

tim

-- 
tim_at_[hidden]
http://tim.klingt.org
After one look at this planet any visitor from outer space would say
"I want to see the manager."
  William S. Burroughs



Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk