$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: misiu (misiu75_at_[hidden])
Date: 2007-11-23 08:34:27
Hello,
I've developed small application which has a few threads. So far I'm
using only single CPU (one core) and my question is: what will happen if
I'm using more CPUs (or cores)? Whether threads will be automatically
executed on different CPUs in parallel or not? If not what is a solution
to run them in parallel?
Unfortunately currently I have no access to multi-processor machine to
check it myself.
Regards,
Bartek