- Aug 25, 2001
- 56,578
- 10,215
- 126
As the title - unlike most *nix systems and W2K, XP's PIDs get re-used (though not duplicated), and ... well, it just seems strange to me. I realize that this re-use of now-defunct PIDs, may be a less-brittle method of dealing with PIDs on long-running systems, as eventually a linear PID increment would wrap around, and potentially start duplicating PIDs. But it sure is disconcerting, to see child processes, and non-system processes, with really low PID numbers. Is it known why MS did this? Just curious.