* Frederich, Jens | 2013-10-15 13:04:22 [+0000]: >Hi all, Hi Jems, >is there any way to set the global workqueue priority to real >time or setup a workqueue with real time priority on Linux RT >3.x? I want to setup a kernel worker thread with real time >priority. What's the best way? Should I better use tasklets? There is the chrt tool to change the priority of a task. But the workers are created on demand and shared with others so it won't be good. Whether it is good to use a tasklet or not depends on what you try to do. But since you can't alter the priority of the tasklet (and only of tasklet) it is probably not better. >Thanks >Jens Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html