Hacker News new | ask | show | jobs
by amelius 2275 days ago
In Linux you can isolate a cpu from the others, so you can get closer to a realtime solution (though you still get contention on cache lines, memory bus etc.). I haven't tried it though.

https://www.linuxjournal.com/article/6900

1 comments

Ouch those graphs indicate worst case interrupt latency in the 100ms range... that's one old article!