On 09/27/2015 12:20 AM, [email protected] wrote:
> 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
> 

> Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_mmn.h?rev=1705492&r1=1705491&r2=1705492&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/include/ap_mmn.h (original)
> +++ httpd/httpd/branches/2.4.x/include/ap_mmn.h Sat Sep 26 22:20:14 2015
> @@ -445,6 +445,11 @@
>   * 20120211.46 (2.4.13-dev) Add ap_map_http_request_error()
>   * 20120211.47 (2.4.13-dev) Add ap_some_authn_required, ap_force_authn hook.
>   *                          Deprecate broken ap_some_auth_required.
> + * 20120211.48 (2.4.13-dev) Added ap_log_mpm_common().
> + * 20120211.49 (2.4.13-dev) Add listener bucket in scoreboard.h's 
> process_score.
> + * 20120211.50 (2.4.13-dev) Add ap_set_listencbratio(), 
> ap_close_listeners_ex(),
> + *                          ap_duplicate_listeners(), ap_num_listen_buckets 
> and
> + *                          ap_have_so_reuseport to ap_listen.h.
>   */


Shouldn't this be 2.4.17-dev instead of 1.4.13-dev?

Regards

RĂ¼diger

Reply via email to