| View previous topic :: View next topic |
| Author |
Message |
Mike Williams (TeamB) Guest
|
Posted: Sun Nov 16, 2003 3:39 pm Post subject: Re: Delphi5 App on Dual CPU Server |
|
|
On 16 Nov 2003, "Dave Hatz" <davehatz (AT) hatzventures (DOT) org> wrote:
| Quote: | I am running a Delphi5 application on a Dual Intel CPU server running W2K
Advanced Server. When I go to look at the Performance of the CPUs with
Windows Task Manager, I only see 1 of the CPUs being utilized. How can I
get my Delphi application to use both of the CPUs?
|
If your application uses multiple threads the OS is free to run each thread
on a different CPU. For a single threaded app the app can run on at most
one CPU at a time so there's no advantage for the OS to switch the app back
and forth between CPUs.
--
-Mike
|
|
| Back to top |
|
 |
Dave Hatz Guest
|
Posted: Sun Nov 16, 2003 4:18 pm Post subject: Delphi5 App on Dual CPU Server |
|
|
I am running a Delphi5 application on a Dual Intel CPU server running W2K
Advanced Server. When I go to look at the Performance of the CPUs with
Windows Task Manager, I only see 1 of the CPUs being utilized. How can I
get my Delphi application to use both of the CPUs?
Thanks,
Dave Hatz
|
|
| Back to top |
|
 |
|