Re: Java Timer
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Wed, 30 Nov 2005 06:30:48 GMT
On 29 Nov 2005 21:43:32 -0800, "sconeek" <sconeek@xxxxxxxxx> wrote,
quoted or indirectly quoted someone who said :
>I want to try something like this,
>for (int i=0;i<10000;i++) {
> not sure what to do while its looping????
>}
>Then do whatever.
The problem with this approach is you will gobble up all the CPU time
to accomplish nothing. That was the way you did things in DOS when
there were no other tasks that could use the CPU.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- Java Timer
- From: sconeek
- Re: Java Timer
- From: hiwa
- Re: Java Timer
- From: sconeek
- Re: Java Timer
- From: Luc The Perverse
- Re: Java Timer
- From: sconeek
- Re: Java Timer
- From: sconeek
- Java Timer
- Prev by Date: Re: passing bean to a java function in jsp scriplet
- Next by Date: Re: Can't find my own exception class via JNI
- Previous by thread: Re: Java Timer
- Next by thread: Re: Java Timer
- Index(es):
Relevant Pages
|