in reply to Control WIn32 CPU Usage?

control or monitor?
meh.

Replies are listed 'Best First'.
Re^2: Control WIn32 CPU Usage?
by bowei_99 (Friar) on Feb 05, 2006 at 16:43 UTC
    What do you mean by 'control usage'? I assume you are trying to prevent the machine from hanging, e.g. process(es) taking up too many CPU cycles. If so, is killing processes that are CPU hogs acceptable? If this is acceptable, you can use Win32::Process to write code to kill processes.