Re: Using multiple processors

2012-12-28 Thread Russel Winder
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.

Re: Using multiple processors

2012-12-27 Thread n00b
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

Re: Using multiple processors

2012-12-24 Thread thedeemon
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

Using multiple processors

2012-12-23 Thread n00b
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