[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Max PID



On 11:53 15 Nov 2002, A. Johnson Jeba Asir <johnson ooty tenet res in> wrote:
| 	Can somebody tell me what is the maximum value PID can take?

Well it's defined as an int on the system in front of me, but historically
it's been a signed 16 bit value, so a valid pid ranged from 0 to 32767.

Generally you should just use pid_t to store it, or are you sizing some
flat array somewhere?
-- 
Cameron Simpson, DoD#743        cs zip com au    http://www.zip.com.au/~cs/

Because of its special customs, crossposting between alt.peeves and normal
newsgroups is discouraged.	- Cameron Spitzer





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]