>> You have to run application as root to use RT >> scheduler class, it's not always acceptable. > >Too bad there isn't (AFAIK) a fine-grained permission >that could allow giving a more favored priority >to one's own processes (or assigning them to the RT >scheduler class), but nothing else.
ppriv -v -l proc_priocntl proc_priocntl Allows a process to elevate its priority above its current level. Allows a process to change its scheduling class to any scheduling class, including the RT class. Seems to work, last time I checked. Casper