CPU Utilization ? Very High Very Little Activity

G

Guest

Hello:
Use C# 2003 .Net Frameworks 1.1 SP1, OleDbConnection
I open an Access data using a class (dataset has many pictures in it) and
scroll back an forth using the four arrow keys. Recs displayed on screen, a
short
time after CPU utilization moves up(according to Taskmgr), it stays at the
new rate for a while, you scroll more it moves up more and stays a new higher
value, after a few minutes of scrolling it will peg at 99%. Even if pictures
are not displayed but just text info this still happens. The program has
whatever
the default threading is for C#(I do not define any threads).

What could cause this ?

Glenn
 
I

intrader

Glenn said:
Hello:
Use C# 2003 .Net Frameworks 1.1 SP1, OleDbConnection
I open an Access data using a class (dataset has many pictures in it) and
scroll back an forth using the four arrow keys. Recs displayed on screen,
a short
time after CPU utilization moves up(according to Taskmgr), it stays at the
new rate for a while, you scroll more it moves up more and stays a new
higher value, after a few minutes of scrolling it will peg at 99%. Even if
pictures are not displayed but just text info this still happens. The
program has whatever
the default threading is for C#(I do not define any threads).

What could cause this ?

Glenn
How much memory does your machine have? How much virtual memory?
Check in the task manager what task is consuming the CPU.
 
G

Guest

The task I have written in C# is consuming the CPU, the machine has 1G Ram/
Windows XP. Somehow the more you hold down the scroll arrows the more cpu
is uses but never releases the Cpu usage.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top