Re: PID Wrap <strangeness>

From: Mathijs Mohlmann (mathijs@knoware.nl)
Date: Wed Feb 23 2000 - 05:31:16 EST


On Tue, Feb 22, 2000 at 05:31:51PM -0500, Richard B. Johnson wrote:
> On Linux 2.3.41 (haven't checked others) when the PID wraps past
> 32,767 the next PID is 300. It is not the next-available low one.
>
> Does anybody know why?

For speed, since a lot of pids lower than 300 are used by daemons,
there's no need to check them. This will speedup the get_pid
function after a wrap.

        me

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Feb 23 2000 - 21:00:32 EST