Seeing code in dreams

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Daedalus- wrote:let me guess

Code: Select all

do
{
   // nothing
} while ($java == boring);
or something to that degree
Well, in contrast with php there is support for threads in java :P

Thus instead of doing nothing, you could Thread.Sleep and stop wasting cpu cycles
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

hahaha
Post Reply