On Thu, 2012-12-27 at 13:39 -0500, n00b wrote:
> Le 24/12/2012 05:18, thedeemon a écrit :
> > On Sunday, 23 December 2012 at 08:00:56 UTC, n00b wrote:
> >> Hello.
> >> My program has a great deal of computation to do, so I thought I'd
> >> create several threads in order to use multiple processors.
Le 24/12/2012 05:18, thedeemon a écrit :
On Sunday, 23 December 2012 at 08:00:56 UTC, n00b wrote:
Hello.
My program has a great deal of computation to do, so I thought I'd
create several threads in order to use multiple processors. It worked
fine with a simple "test" program, but when I try to d
On Sunday, 23 December 2012 at 08:00:56 UTC, n00b wrote:
Hello.
My program has a great deal of computation to do, so I thought
I'd create several threads in order to use multiple processors.
It worked fine with a simple "test" program, but when I try to
do this with the real program, only 1 pr
Hello.
My program has a great deal of computation to do, so I thought I'd
create several threads in order to use multiple processors. It worked
fine with a simple "test" program, but when I try to do this with the
real program, only 1 processor is used.
I'm using D1 and windows 7 64bit.
What c