Results 1 to 2 of 2
- 10-13-2008, 05:45 AM #1
Member
- Join Date
- Oct 2008
- Posts
- 2
- Rep Power
- 0
Help of Thread and some Algorithm
Hi Friends,
I need to write an algorithm (formula) for one of my program, the logic is below.
I have a thread running and it receives a dynamic double value which may range between 1 - 10 or 1 - 20. ( These range are known before i.e we will set the minimum and maximum dynamic value as constant). Now i need a logic like when this dynamic value is 1 (minimum value) my thread should run in minimum speed ( i.e sleep for 1000 milli sec), or if my dynamic value is 10 (20) (maximum value) my thread should run in maximum speed(i.e sleep for 200 milisec). This minimum and maximum speed of thread is also set before in a constant. the dynamic value may change @ any time between the range we have set. Please help me to produce a algorithm or formula for this. Thanks in advance
-Raghu
- 10-13-2008, 02:07 PM #2
Similar Threads
-
how high-priority thread allow other thread
By rameshkr in forum Threads and SynchronizationReplies: 4Last Post: 10-15-2009, 10:46 PM -
passing a value from parent thread to child thread
By sachinj13 in forum Threads and SynchronizationReplies: 7Last Post: 09-07-2008, 09:06 PM -
data from the main/GUI thread to another runnin thread...
By cornercuttin in forum Threads and SynchronizationReplies: 2Last Post: 04-23-2008, 10:30 PM -
If JNI thread call the java object in another thread, it will crash.
By skaterxu in forum Advanced JavaReplies: 0Last Post: 01-28-2008, 07:02 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks