machinekit / machinekit-hal

Universal framework for machine control based on Hardware Abstraction Layer principle
https://www.machinekit.io
Other
108 stars 62 forks source link

Remove requirement for rate-monotonic scheduling #123

Open ArcEye opened 6 years ago

ArcEye commented 6 years ago

Issue by zultron Thu Oct 16 15:12:55 2014 Originally opened as https://github.com/machinekit/machinekit/issues/335


Because of legacy design decisions, Machinekit requires rate-monotonic scheduling to guarantee coordination between threads. There's a long and informative discussion on the emc-developers list, and mention of the problem in #237.

Issues arising from this requirement:

ArcEye commented 6 years ago

Large issue with many comments, please use original at https://github.com/machinekit/machinekit/issues/335