I noticed that when realtime priority 1 is set after fork it only stays until the execvp call and then the process' priority changes to 'normal'. Why does execvp lose priority? Is this intended? The manpage doesn't mention priority. Yuri