<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 12 May 2014, at 00:03, Namhoon Kim <<a href="mailto:namhoonk@cs.unc.edu">namhoonk@cs.unc.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I want to change a job's WCET for a specific job_no. I tried to call sporadic_task_ns after the task mode was changed to LITMUS_RT_TASK. But it does not work. Is it possible to change task parameters after the task is admitted to a LITMUS real-time task?</div></blockquote><br></div><div>No. The parameters of already admitted tasks may not be changed.</div><div><br></div><div>Doing so falls under the domain of adaptive systems, which can require substantial reweighing logic (see Aaron Block’s thesis on this for details). LITMUS^RT currently does not implement such support. (However, the naive solution, which is to wait until the end of the current period, would not be that difficult to implement, if you want to add it yourself.)</div><div><br></div><div>Out of curiosity, may I ask why you need this feature?</div><div><br></div><div>Thanks,</div><div>Björn</div><div><br></div></body></html>