C
ChUIMonster
Guest
HPUX also has system limits in the kernel that are frequently at fault for this sort of thing. NFILES and MAXFILES if I recall. One is the hard limit per process, the other is the total for the system. You can also use "glance" on HPUX to dig into the details of things like what file descriptors a process has open and what the the kernel settings are.
Continue reading...
Continue reading...