real time - Explanation of parameters in earliest deadline first algorithm -



real time - Explanation of parameters in earliest deadline first algorithm -

i learning earliest deadline first algorithm exam since don't have resources need inquire help here.

slightly bigger image here

τ1(r0 = 0, c = 3, d = 7, t = 20) need know parameters mean, example: d - deadline t - ? c - ?

and on...

i know noobish question but, appreciate if give me clear simple explanation :)

page 9 (physical) of textbook you've quoted defines parameters as:

r,task release time, i.e. triggering time of task execution request c,task worst-case computation time, when processor allocated it d, task relative deadline, i.e. maximum acceptable delay processing t, task period

algorithm real-time edf

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -