Mail Archives: cygwin-developers/1998/06/04/22:45:35
On Thu, Jun 04, 1998 at 10:08:27AM +0400, Sergey Okhapkin wrote:
[...]
> 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.
Hmmm... _SC_CHILD_MAX is "the number of simultaneous processes per
read user ID." Isn't it more than we don't a parent process to have
more than 63 children?
--
Geoffrey Noer
noer AT cygnus DOT com
- Raw text -