|
Post by richa11verma on May 3, 2013 7:02:27 GMT
I have tried several times, but, I am not able to develope exact concept of Time quantum and Temporal decoupling. Could anybody help me out in developing understanding of these?
Thanks in advance!
|
|
|
Post by anamikas on May 3, 2013 8:56:59 GMT
I have tried several times, but, I am not able to develope exact concept of Time quantum and Temporal decoupling. Could anybody help me out in developing understanding of these?
Thanks in advance! The idea of temporal decoupling is very simple . In a parallel system, the various threads keep their own local time, and only synchronize when they need to communicate with each other. It is particularly suited to timed-based modeling, since it ensures that no one thread hogs the execution.
|
|
|
Post by amitk3553 on May 14, 2013 5:15:30 GMT
I have tried several times, but, I am not able to develope exact concept of Time quantum and Temporal decoupling. Could anybody help me out in developing understanding of these?
Thanks in advance! The idea of temporal decoupling is very simple . In a parallel system, the various threads keep their own local time, and only synchronize when they need to communicate with each other. It is particularly suited to timed-based modeling, since it ensures that no one thread hogs the execution. It means temporal decoupling deals with parallel processes?? and loosely timed deals with processes one after another??? How Loosely timed and temporal decoupling are related to each other??? Please explain!! Regards Cam
|
|