Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-03-20 14:59:27


Anthony Williams wrote:

> I'd be willing to help with a Boost.Pthread layer. I would be
> concerned about layering Boost.Thread on Boost.Pthread, since that
> seems to me to be too many abstractions. However, if we can make
> Boost.Thread and Boost.Pthread share stuff under the covers, that
> would be neat.

Since the Boost.Thread (and N2184) underlying model is essentially
equivalent to pthreads, one easy way to make Boost.Thread and Boost.Pthread
share stuff is to make Boost.Thread use the pthread_* functions. :-)

Perhaps you have in mind an intermediate common API? What would we gain from
it?


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