Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know of a module I could use to control CPU usage on a windows box?
Thanks!

Replies are listed 'Best First'.
Re: Control WIn32 CPU Usage?
by stonecolddevin (Parson) on Feb 03, 2006 at 22:55 UTC
    control or monitor?
    meh.
      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.