This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 1.3.2 : Fork + Sleep = problem


On Wed, 11 Jul 2001 13:19:06 +0200, Corinna Vinschen <cygwin@cygwin.com> wrote:

> Since you only fork() but never wait(), your children processes
> become zombies. The zombie list per process is fixed to ... 64 entries.

Then why doesn't fork() start returning -1 when the number of zombie
reaches maximum count?  And why does sleep get affected by this?

-Tak

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]