Mail Archives: cygwin-developers/1998/06/03/23:36:20
Tim Newsham wrote:
> I notice an internal cygwin error being displayed when I max
> out the process table. The error:
>
> wait_subproc: wait failed. nchildren 64, wait -1, err 87
>
It's not possible to wait more than 63 childs, because of
WaitForMultipleObjects() call limitation (the maximum number of handles to
wait is 64). I think fork() call should fail when nchildren >= 63. Also,
sysconf(_SC_CHILD_MAX) should return 63.
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
- Raw text -