Originally posted by: Kosala
Interesting question, had a quick look and it seems pid_t (pid type) defined as in sys/types.h says it is a int32 or long64. And most of the Unix systems used signed types for pid_t, so this means it can be 16 Mil or more???? I suppose.
types.h:typedef int32long64_t pid_t;
Linux define a nproc in the ulimit but that's not applicable to AIX (at least on 5.3)... but that restricts the number of total processes, not the MAX pid numbet.
Have fun,
Kosala
#AIX-Forum