$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] General design question about threading/concurrency
From: gast128 (gast128_at_[hidden])
Date: 2010-10-25 06:29:59
If u stay on the same computer (i.e. plain x86 PC with multi cores or multi
processors), I would recommend Intel's TBB, which splits up tasks
automatically and tries to keep the processor busy.
It would be nice if Boost / std C++ would have such a parallellism library
because it is an addition to using threads.