https://issues.apache.org/bugzilla/show_bug.cgi?id=42829
--- Comment #38 from Stefan Fritsch <[EMAIL PROTECTED]> 2008-11-05 11:54:42 PST --- (In reply to comment #37) > (From update of attachment 21406 [details]) > My patch won't help solve the problem, so there is no use anybody trying it; > as > explained in the thread on [EMAIL PROTECTED], the listening fds are removed > from the > epoll set on closure by the kernel, dup2'ing onto the fd is equivalent to > closure, so the behaviour is equivalent. This is true for epoll, but IIRC solaris 10 uses port_create and Cedric uses Solaris 10. I haven't checked if the semantics are the same as for epoll. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
