Hi,
should r1629916 also be included?
The changelog says that it is a follow up to r1629909, which is included
in the patch below.
CJ
Le 27/09/2015 00:20, [email protected] a écrit :
Author: minfrin
Date: Sat Sep 26 22:20:14 2015
New Revision: 1705492
URL: http://svn.apache.org/viewvc?rev=1705492&view=rev
Log:
MPMs: Support SO_REUSEPORT to create multiple duplicated listener
records for scalability.
Submitted by: Yingqi Lu <[email protected]>, Jeff Trawick,
Jim Jagielski, Yann Ylavic
Reviewed by: ylavic, jim, minfrin
Modified:
httpd/httpd/branches/2.4.x/CHANGES
httpd/httpd/branches/2.4.x/STATUS
httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_common.xml
httpd/httpd/branches/2.4.x/include/ap_listen.h
httpd/httpd/branches/2.4.x/include/ap_mmn.h
httpd/httpd/branches/2.4.x/include/http_log.h
httpd/httpd/branches/2.4.x/include/scoreboard.h
httpd/httpd/branches/2.4.x/server/listen.c
httpd/httpd/branches/2.4.x/server/log.c
httpd/httpd/branches/2.4.x/server/mpm/event/event.c
httpd/httpd/branches/2.4.x/server/mpm/netware/mpm_netware.c
httpd/httpd/branches/2.4.x/server/mpm/prefork/prefork.c
httpd/httpd/branches/2.4.x/server/mpm/winnt/mpm_winnt.c
httpd/httpd/branches/2.4.x/server/mpm/worker/worker.c