The R Project SVN R

Rev

Rev 59039 | Rev 85904 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 31... Line 31...
31
 
31
 
32
  On many OSes utilities such as \command{top} report the priority and
32
  On many OSes utilities such as \command{top} report the priority and
33
  not the niceness.  Niceness is used by the utility
33
  not the niceness.  Niceness is used by the utility
34
  \file{/usr/bin/renice}: \file{/usr/bin/nice} (and
34
  \file{/usr/bin/renice}: \file{/usr/bin/nice} (and
35
  \command{/usr/bin/renice -n}) specifies an \emph{increment} in niceness.
35
  \command{/usr/bin/renice -n}) specifies an \emph{increment} in niceness.
36
  
36
 
37
  Only privileged users (usually super-users) can lower the niceness.
37
  Only privileged users (usually super-users) can lower the niceness.
38
 
38
 
39
  Windows has a slightly different concept of \sQuote{priority
39
  Windows has a slightly different concept of \sQuote{priority
40
    classes}.  We have mapped the idle priority to niceness \code{19},
40
    classes}.  We have mapped the idle priority to niceness \code{19},
41
  \sQuote{below normal} to \code{15}, normal to \code{0}, \sQuote{above
41
  \sQuote{below normal} to \code{15}, normal to \code{0}, \sQuote{above
Line 49... Line 49...
49
}
49
}
50
 
50
 
51
\seealso{
51
\seealso{
52
  Various functions in package \pkg{parallel} create child processes
52
  Various functions in package \pkg{parallel} create child processes
53
  whose priority may need to be changed.
53
  whose priority may need to be changed.
54
  
54
 
55
  \code{\link{pskill}}.
55
  \code{\link{pskill}}.
56
}
56
}
57
 
57
 
58
\keyword{ utility }
58
\keyword{ utility }