in reply to LWP Parallel CPU Usage
Why dp you want to use less resources?
If it is to allow other processes to use more, then reduce the priority (increase the niceness on *nix?), to allow other processes a greater share of the cpu.
Or, use the register() method to add a callback and add a short sleep to slow things down a bit.
But remember, all the time that your cpu is not running at 100% utilisation, it is just wasting energy and time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LWP Parallel CPU Usage
by Anonymous Monk on Sep 28, 2007 at 03:29 UTC |