Boost logo

Boost :

From: graydon hoare (graydon_at_[hidden])
Date: 2003-05-23 08:49:47


"Neal D. Becker" <nbecker_at_[hidden]> writes:

> I'm wondering whether the boost thread lib needs to be updated for the new
> linux threading library, NPTL, which is used by Redhat9.

well, I just built it (1.30.0) under NPTL on RH9, and all its tests
run ok. NPTL is just another (better) implementation of the pthreads
API, so there's every chance of things built for linuxthreads working
unmodified.

that said, there's a lot of linuxthreads *behavior* which was cleaned
up in NPTL (eg. signals) so you may well find a kludge or two which no
longer need to be used, or which are masking / working around correct
behavior.

-graydon


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