Gordon Vickers <gordon@rahul.net> writes:
> Someone recently asked how one copes with the lack of a wait3() call
> on Solaris. I now find myself with a similar porting problem.
> I need the functionality of the wait3() call but I am prohibited
> from using the compatibility libraries.
> How does one spawn a child process on Solaris, and not end up with
> a bunch of zombies !
There's the old wait(), or waitpid() (POSIX).
Then there's waitid() which will give you some of the usage info,
Casper
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:09:03 CDT