$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Understanding Threads: Slow on Win32 with DLL
From: Simon Adler (boost_at_[hidden])
Date: 2010-12-01 05:13:03
Hello Nat,
Yes - i am sure that every Thread is just computing the reduced number - i
tested it more than once.
They are not producing log output. I have a timer to measure the time basing
on the Frequency Performance Counter. After 5 seconds of runtime I do an
output of the average computation time.
Will now try to eliminate the dll - have a little luck that the required
class has no dependencies, so it will take not long - will show the results
shorty.
Simon