|
|
|
|
|
by pwnna
1353 days ago
|
|
I found this to be hard-ish to get started as well. However, it turns out you just need to write your program to be performant, and know a few tricks to tune the OS and the scheduler. After looking on the internet and failing to find material about this, I wrote a series of blog post for this topic recently, starting with this post: https://shuhaowu.com/blog/2022/01-linux-rt-appdev-part1.html The series is mostly complete, except one to two posts on more advanced topics like validation and lockless programming. |
|