S
Shail
I have an Application Written in C++ which does certain translations.
The problem is that this application consumes very little of CPU Time.
When running overnight, say for about 12 hours, it will consume only
15 Min out of those 12 hours and rest of the time can be seen as
"System Ideal time" in the Task Manager's "Processes" Screen.
Earlier we had more IO related operations during these translations.
That time our CPU Utilization was quite ok and satisfactory but as we
have now removed these IO related operations, although our Application
has become more efficient in performing the same translations, but has
started lagging in consuming the CPU Usage. So the end result is less
translation in a day.
How can I make my application consume more of the CPU Time than the
System Idle Time. OS we are using is Windows 2000 Professional.
I shall be grateful if you can help
Regards
Shailaindra Sharma
The problem is that this application consumes very little of CPU Time.
When running overnight, say for about 12 hours, it will consume only
15 Min out of those 12 hours and rest of the time can be seen as
"System Ideal time" in the Task Manager's "Processes" Screen.
Earlier we had more IO related operations during these translations.
That time our CPU Utilization was quite ok and satisfactory but as we
have now removed these IO related operations, although our Application
has become more efficient in performing the same translations, but has
started lagging in consuming the CPU Usage. So the end result is less
translation in a day.
How can I make my application consume more of the CPU Time than the
System Idle Time. OS we are using is Windows 2000 Professional.
I shall be grateful if you can help
Regards
Shailaindra Sharma