On Thu, Sep 09, 2004 at 11:38:15AM +0400, [EMAIL PROTECTED] wrote: > > I wasn't surprised this fails on OpenBSD but I am surprised it fails on > > NetBSD. Can you compile and run: > > > > http://www.apache.org/~jorton/nonblock.c > > > > and post the output. (it would be useful if you could do this on > > OpenBSD too, Ken, for verification) > > > sorry for the dealy -- was away from my PC for a day > > k714% ./nonblock > found port: 52984 > O_NONBLOCK is not set in the child.
This is rather confusing, since it means that apparently the test is working OK, and O_NONBLOCK is *not* inherited across accept() on NetBSD, which contradicts the behaviour you are seeing. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html