Re: How to run tasks with priority?
- From: "George George via JavaKB.com" <forum@xxxxxxxxxx>
- Date: Mon, 06 Jun 2005 05:07:48 GMT
Thanks Boudewijn,
Boudewijn Dijkstra wrote:
>[quoted text clipped - 3 lines]
>>
>> Do you mean using yield method will idle the CPU?
>
>No. I said that with yield, there wasn't a chance of actually idling the CPU
>(as long as there are other threads ready).
Sorry that I do not express myself very clearly. I mean yield method will
make current thread idle on CPU (current thread will not occupy CPU time)
and it will give chances to other threads to run on CPU. Am I correct?
regards,
George
--
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-setup/200506/1
.
- Follow-Ups:
- Re: How to run tasks with priority?
- From: Boudewijn Dijkstra
- Re: How to run tasks with priority?
- References:
- Re: How to run tasks with priority?
- From: George George via JavaKB.com
- Re: How to run tasks with priority?
- From: Boudewijn Dijkstra
- Re: How to run tasks with priority?
- From: George George via JavaKB.com
- Re: How to run tasks with priority?
- From: Boudewijn Dijkstra
- Re: How to run tasks with priority?
- From: George George via JavaKB.com
- Re: How to run tasks with priority?
- From: Boudewijn Dijkstra
- Re: How to run tasks with priority?
- From: George George via JavaKB.com
- Re: How to run tasks with priority?
- From: Boudewijn Dijkstra
- Re: How to run tasks with priority?
- Prev by Date: Re: Initialize variable
- Next by Date: Re: How to run tasks with priority?
- Previous by thread: Re: How to run tasks with priority?
- Next by thread: Re: How to run tasks with priority?
- Index(es):
Relevant Pages
|