Re: Higher Volume?
- From: Robert Larsen <robert@xxxxxxxxxxxx>
- Date: Fri, 04 Apr 2008 09:29:04 +0200
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.
.
- Follow-Ups:
- Re: Higher Volume?
- From: Christian Williamson
- Re: Higher Volume?
- References:
- Higher Volume?
- From: JB
- Re: Higher Volume?
- From: Christian Williamson
- Re: Higher Volume?
- From: JB
- Re: Higher Volume?
- From: Christian Williamson
- Higher Volume?
- Prev by Date: Re: Higher Volume?
- Next by Date: Re: Higher Volume?
- Previous by thread: Re: Higher Volume?
- Next by thread: Re: Higher Volume?
- Index(es):
Relevant Pages
|
|