![]() |
|
|
#45 |
|
"Mike"
Aug 2002
2×23×179 Posts |
Do we need a game forum or what? :)
|
|
|
|
|
|
#46 |
|
Sep 2002
2×331 Posts |
For the pausing ( when another process is running ) what about just suspending the thread that does all the calculations instead of terminating it. This will drop its CPU use to 0.
Also lowering the priority of the other thread to 1 ( idle ) and having it sleep for 7 seconds or so between checks of active tasks. I guess an alternative is to put a long sleep (60 seconds) in the calculation thread and have it repeat the sleep as long as needed. Some variable holding the state. if sleeping = 1 { sleep 60sec } When the process that initiated the pause is no longer running resume the suspended thread and restore the priority of the other thread. ( I guess this part is obvious, just stating to be complete. ) |
|
|
|
|
|
#47 | |
|
"Sander"
Oct 2002
52.345322,5.52471
29·41 Posts |
Quote:
Turned out to be an option in task manager. View/CPU History/...
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BUG Prime95 Priority handling Win7 | workerthread | Software | 9 | 2012-05-01 22:02 |
| priority settings in prime95 25.9 b1? | joblack | Software | 4 | 2008-12-28 22:42 |
| Feature request: Prime95 priority higher than 10 | JuanTutors | Software | 19 | 2006-10-29 04:09 |
| Prime95 causes lag even at priority 1 | ixfd64 | Software | 3 | 2006-01-23 20:57 |
| POWER CONSUMPTION idle versus Prime95 | Peter Nelson | Hardware | 10 | 2005-01-16 19:42 |