Re: program runs almost twice as slow on 2 CPU machine when 1 CPU is u
- From: "Michael K. O'Neill" <MikeAThon2000@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 4 Dec 2006 11:01:16 -0800
"JC" <JC@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:908DDF92-9794-4768-900B-777ADC05B83C@xxxxxxxxxxxxxxxx
I have a 2 CPU WinXP pro. If my CPU intensitve program runs while thereis
already another CPU intensive program running, I find that this programruns
almost twice as slow when there is no other program running.20-30%
In general, I found that when one CPU is being used, the program runs
slower compared when one of the CPU is idle.
No, the program is not I/O intenstive.
What's wrong here? Any system property that I can set to change this?
Thanks a lot.
Why do you think that something is "wrong"? It sounds like things are
working the way they are supposed to: if yours is the only CPU intensive app
that's currently executing, then it gets all of both CPUs and runs fast,
whereas if it's not, then it must share CPU with other apps and it runs more
slowly.
Note: Your app might be designed to use only one CPU at a time, but other
apps might be designed to use as many CPUs are available (which is good).
.
- Prev by Date: Re: DLL Differencing utility
- Next by Date: RE: How do I restrict access from starting/stopping services?
- Previous by thread: DLL Differencing utility
- Next by thread: Re: program runs almost twice as slow on 2 CPU machine when 1 CPU
- Index(es):
Relevant Pages
|