https://issues.apache.org/bugzilla/show_bug.cgi?id=42829
--- Comment #38 from Stefan Fritsch <sf@sfritsch.de> 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 dev@httpd, 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|