xiaoxiang781216 commented on pull request #5266:
URL: https://github.com/apache/incubator-nuttx/pull/5266#issuecomment-1018169883


   If we want to do the health check in idle thread and still keep real time 
behavior as much as possible, boosting idle thread priority is the best option 
as far as I know. But, the risk of this change is very high since it change the 
fundamental assumption that idle thread priority is always zero.
   
   > At this moment I am of the strong belief that the Idle Task must do 
nothing at all. Everything it does should be moved to workers or elsewhere. 
Somewhere that they can be properly managed, and affect the system in a logical 
and expected way.
   
   Yes, I agree too. How about we remove the health check instead?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to