| Author |
how to Thread scheduling based on fixed time?
|
praveen kumar
Greenhorn
Joined: Sep 12, 2005
Posts: 9
|
|
hello, I have to run multiple threads based on diff diff fixed times.. might be there is lag of few minutes on each thread. so, how can i do this.... like thread scheduling via priority basis..is there any trick to move on time basis. Regards Praveen
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
|
I'm not quite sure what you're after. Look into Timer and see how it can schedule a task to run at some future time or at some regular interval. Does that do what you need?
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: how to Thread scheduling based on fixed time?
|
|
|