PC Review


Reply
Thread Tools Rate Thread

Why is my computer taking a long time to finish when the CPU is only at 20%?

 
 
Roy Baldone
Guest
Posts: n/a
 
      13th Jul 2012
Sometimes I have to wait forever for my computer to do things. Usually
a specific program. When I look at my Taskmanager, it shows that my
computer is only useing a very small % of its total - 10 or 20% and
occasionally one of my CPUs is even alseep. So, why do I have to
wait? Why is it not using all of its power to decrease my wait time?
(you know what I mean I hope).
Any ideas? It is not that the computer is otherwise slow.
Usually is happens on my newsreader - Agent, when I am deleting posts
or compacting the data base.

Any help or info would be most appreciated.
Roy
 
Reply With Quote
 
 
 
 
Robin Bignall
Guest
Posts: n/a
 
      13th Jul 2012
On Thu, 12 Jul 2012 19:29:19 -0400, Roy Baldone
<(E-Mail Removed)> wrote:

>Sometimes I have to wait forever for my computer to do things. Usually
>a specific program. When I look at my Taskmanager, it shows that my
>computer is only useing a very small % of its total - 10 or 20% and
>occasionally one of my CPUs is even alseep. So, why do I have to
>wait? Why is it not using all of its power to decrease my wait time?
>(you know what I mean I hope).
>Any ideas? It is not that the computer is otherwise slow.
>Usually is happens on my newsreader - Agent, when I am deleting posts
>or compacting the data base.
>
>Any help or info would be most appreciated.


Waiting for disks?
--
Robin Bignall
Herts, England
 
Reply With Quote
 
 
 
 
Loren Pechtel
Guest
Posts: n/a
 
      13th Jul 2012
On Thu, 12 Jul 2012 19:29:19 -0400, Roy Baldone
<(E-Mail Removed)> wrote:

>Sometimes I have to wait forever for my computer to do things. Usually
>a specific program. When I look at my Taskmanager, it shows that my
>computer is only useing a very small % of its total - 10 or 20% and
>occasionally one of my CPUs is even alseep. So, why do I have to
>wait? Why is it not using all of its power to decrease my wait time?
>(you know what I mean I hope).
>Any ideas? It is not that the computer is otherwise slow.
>Usually is happens on my newsreader - Agent, when I am deleting posts
>or compacting the data base.
>
>Any help or info would be most appreciated.
>Roy


1) Most programs can only use one core.

2) Agent is IO-bound, not CPU bound. What's taking the time is your
hard drive, not your CPU.
 
Reply With Quote
 
RayLopez99
Guest
Posts: n/a
 
      13th Jul 2012
On Thursday, July 12, 2012 10:32:42 PM UTC-4, Loren Pechtel wrote:

>
> 1) Most programs can only use one core.
>
> 2) Agent is IO-bound, not CPU bound. What's taking the time is your
> hard drive, not your CPU.


Sounds reasonable. Also watch out for the pesky "user input required" popup window. Sometimes, incredibly, it is buried behind other windows on yourdesktop and you need to click the "OK" button for the program to continue--and you may be blissfully unaware of this bottleneck. Bad programming is the usual culprit (though I've seen some of these windows with a timer to automatically close them after XYZ seconds elapse).

RL
 
Reply With Quote
 
Flasherly
Guest
Posts: n/a
 
      13th Jul 2012
On Jul 12, 7:29 pm, Roy Baldone <Roybald...@FYKayroger.Com> wrote:
> Sometimes I have to wait forever for my computer to do things. Usually
> a specific program. When I look at my Taskmanager, it shows that my
> computer is only useing a very small % of its total - 10 or 20% and
> occasionally one of my CPUs is even alseep. So, why do I have to
> wait? Why is it not using all of its power to decrease my wait time?
> (you know what I mean I hope).
> Any ideas? It is not that the computer is otherwise slow.
> Usually is happens on my newsreader - Agent, when I am deleting posts
> or compacting the data base.
>
> Any help or info would be most appreciated.
> Roy


Code routine, how its written, accessing the data file. Sort of
normal for some -- wouldn't put it past Agent (not a bad program,
btw). Helps to have references (Agent perhaps isn't written with the
latest indexing technology for databases). Others, for instance, the
latest IE upgrades I've seen on IT approved networks, seems everything
it does caters to a slow sludge of sewer from advertising motives and
routines. Dual core Conroe or such for not enough scum in the deepest
ditch for me to convey what it's doing on those particular networks.
Disgusting. Probably works fine for others, tweaked in, though
haven't personally used IE in ages.
 
Reply With Quote
 
Yousuf Khan
Guest
Posts: n/a
 
      13th Jul 2012
On 12/07/2012 7:29 PM, Roy Baldone wrote:
> Sometimes I have to wait forever for my computer to do things. Usually
> a specific program. When I look at my Taskmanager, it shows that my
> computer is only useing a very small % of its total - 10 or 20% and
> occasionally one of my CPUs is even alseep. So, why do I have to
> wait? Why is it not using all of its power to decrease my wait time?
> (you know what I mean I hope).
> Any ideas? It is not that the computer is otherwise slow.
> Usually is happens on my newsreader - Agent, when I am deleting posts
> or compacting the data base.
>
> Any help or info would be most appreciated.
> Roy


CPU's have very little to do with performance these days. RAM has very
little to do with performance too. GPU's are a joke. What you need to do
is replace one of your hard drives with an SSD, that's where you will
find your biggest performance gains and losses.

Yousuf Khan
 
Reply With Quote
 
Loren Pechtel
Guest
Posts: n/a
 
      13th Jul 2012
On Thu, 12 Jul 2012 19:55:59 -0700 (PDT), RayLopez99
<(E-Mail Removed)> wrote:

>On Thursday, July 12, 2012 10:32:42 PM UTC-4, Loren Pechtel wrote:
>
>>
>> 1) Most programs can only use one core.
>>
>> 2) Agent is IO-bound, not CPU bound. What's taking the time is your
>> hard drive, not your CPU.

>
>Sounds reasonable. Also watch out for the pesky "user input required" popup window. Sometimes, incredibly, it is buried behind other windows on your desktop and you need to click the "OK" button for the program to continue--and you may be blissfully unaware of this bottleneck. Bad programming is the usual culprit (though I've seen some of these windows with a timer to automatically close them after XYZ seconds elapse).


Windows shares part of the blame. It's quite possible for lag in the
system to cause dialog box to pop up behind the window that created
it.

Microsoft should have made modal windows automatically stack above
their parents no matter what.
 
Reply With Quote
 
Metspitzer
Guest
Posts: n/a
 
      13th Jul 2012
On Thu, 12 Jul 2012 19:29:19 -0400, Roy Baldone
<(E-Mail Removed)> wrote:

>Sometimes I have to wait forever for my computer to do things. Usually
>a specific program. When I look at my Taskmanager, it shows that my
>computer is only useing a very small % of its total - 10 or 20% and
>occasionally one of my CPUs is even alseep. So, why do I have to
>wait? Why is it not using all of its power to decrease my wait time?
>(you know what I mean I hope).
>Any ideas? It is not that the computer is otherwise slow.
>Usually is happens on my newsreader - Agent, when I am deleting posts
>or compacting the data base.
>
>Any help or info would be most appreciated.
>Roy


Agent has an option to remove body after saving messages.
Try that
 
Reply With Quote
 
Flasherly
Guest
Posts: n/a
 
      29th Jul 2012
On Jul 13, 11:07 pm, edfair <edfair.5fo...@no.email.invalid> wrote:
> Also consider that your memory may be mostly used by other things
> running and the system is having to move some of the stuff previously
> loaded into temporary hard drive storage to have enough for your program
> to load.
>
> Sometimes it is helpful to have the task manager active so you can watch
> the memory usage as things shuffle around.


Depending on how it's typically used. Ran into a bad module and had
to cannibalize for selling a system, which left me a 512M stick in one
system that may, or not, be dragging it down now. With a dual-core on
order, I'll swap it out anyway for a 2G populated MB, so it's going to
be overkill, anyway;- taking that one for making it this one, not a
problem with getting more memory to bring it back up to at least 2
512M banks. 2G of memory is nice, although beyond 1G with XP
performance typically is a non-issue. Don't know Win7, although
suspect it's commonplace to setup along 4G. Run the diagnostics, as
you say, or at least don't forget and keep them in mind -- these days
price of memory is near a giveaway. If ain't got at least 2G, not
that I'm a regular with memory intensive demands, it's because
somebody's probably just too lazy to stick it in.
 
Reply With Quote
 
Flasherly
Guest
Posts: n/a
 
      30th Jul 2012
On Jul 29, 1:29 pm, Flasherly <Flashe...@live.com> wrote:

No such luck, turns out a steel plate holding the IR receiver unit
needed to be moved back;- a plate partially blocking the signal from
the key/mouse on a coffee table and causing eroticism. 512M it is.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
findcontrol("PlaceHolderPrice") why why why why why why why why why why why Mr. SweatyFinger Microsoft ASP .NET 2 2nd Dec 2006 04:46 PM
9 cents per print, plus 10% off - print digital photos online. All sizes from 4x6 up to 30x60. Same price for Matte finish and glossy finish nathan_usny Windows XP Print / Fax 0 6th Sep 2005 06:39 PM
9 cents per print, plus 10% off - print digital photos online. All sizes from 4x6 up to 30x60. Same price for Matte finish and glossy finish nathan_usny Windows XP Photos 0 6th Sep 2005 06:01 PM
9 cents per print, plus 10% off - print digital photos online. All sizes from 4x6 up to 30x60. Same price for Matte finish and glossy finish. nathan_usny Printers 0 6th Sep 2005 05:46 PM
Process.Start taking a long time, the FIRST time only =?Utf-8?B?U2xpZGUtTy1NaXg=?= Microsoft Dot NET 2 8th Jun 2005 01:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:48 PM.