in reply to Re: Control WIn32 CPU Usage?
in thread Control WIn32 CPU Usage?

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.