PIDs are assigned in the almost same way that handle values are assigned. The only difference is that the handle table free list uses FIFO ordering, so it may take a long time for a particular PID to be recycled. If you're getting high PIDs, it means that at one point in time you had a lot of proces...