Re: Higher Volume?



Christian Williamson wrote:

while ( true ) {}

This will probably make your CPU go crazy so do this instead:
while (true) {
try {
Thread.sleep(10000000000);
} catch (Exception e) {
}
}

....that way the CPU won't be held busy doing nothing.
.



Relevant Pages

  • Re: Higher Volume?
    ... This will probably make your CPU go crazy so do this instead: ... } catch (Exception e) { ... ...that way the CPU won't be held busy doing nothing. ...
    (comp.lang.java)
  • Re: Nette Features in C# 3.0
    ... >>Meine CPU muss das 1000 Mal pro Sekunde zwecks Taskwechsel ... Normale Interrupts sind da noch nicht mit eingerechnet. ... wenn wirklich eine Exception auftritt. ... > diese 'Ausnahme' eben auch nur 'in Ausnahmen-Situationen' haben zu ...
    (de.comp.lang.misc)
  • Re: instabile VMS-Installation
    ... CPU 0 Crash Code 1CC,Crash Type = INVEXCEPTN ... EXCEPTION 83407A00 0000A800 ... Exception par #1: 0000000C ...
    (de.comp.os.vms)
  • Re: New CPU or Boat Anchor
    ... > I installed an FC4 desktop system on a 500 mh hp pavillion without much ... After the updates were done and I started tweaking some ... > or to replace the CPU etc I would appreciate your help. ... from suspend which would manifest itself as a Machine check exception. ...
    (Fedora)
  • Re: Machine Check Error.
    ... Machine Check Architecture exception. ... exception is sent by the CPU in the computer in response to a computer ... the CPU reports the Machine Check Architecture ...
    (microsoft.public.windows.server.general)