Noted preservation of scheduling parameters across execve().

This commit is contained in:
Michael Kerrisk 2006-07-22 14:14:36 +00:00
parent 27cb988470
commit ddb51c37d0
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ interrupt handler.
.SS Miscellaneous
Child processes inherit the scheduling algorithm and parameters across a
.BR fork ().
The scheduling algorithm and parameters are preserved across
.BR execve (2).
Memory locking is usually needed for real-time processes to avoid
paging delays, this can be done with