Boost logo

Boost Users :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-06-05 15:36:05


"Bruno Martínez" <br1_at_[hidden]> wrote in message
news:op.taksj2qr551aze_at_yoda...
> On Fri, 02 Jun 2006 18:08:25 -0300, Gennadiy Rozental
> <gennadiy.rozental_at_[hidden]> wrote:
>
>>> So my question is: Are Boost test tools designed to be used in multiple
>>> threads?
>>
>> Short answer - no. The test framework is reentrant, but not thread safe.
>
> What exactly does this mean?

The usual. You could reenter framework functions (for example you could
create and run test case dynamically from inside another test case). But you
couldn't access test tools from different threads.

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net