Re: Linux 2.3.39 has 32bit uid. What about 32bit pid?

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Fri, 14 Jan 2000 10:03:10 +0100


Alan Cox wrote:
> Do libc5 and glibc give the illusion of a 32bit pid - I thought they didnt

Glibc pid_t is 32 bits on i386:
typedef int __pid_t; /* Type of process identifications. */

The IPC stuff is special-cased:
/* Used in `struct shmid_ds'. */
typedef unsigned short int __ipc_pid_t;

I am on for increasing pid_t size simply because 32000 processes may
become a bottleneck on large servers. The restriction isn't necessary
any more. `top' will be pretty slow though.

-- Jamie

-
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/