Re: svn commit: r1705492 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/ include/ server/ server/mpm/event/ server/mpm/netware/ server/mpm/prefork/ server/mpm/winnt/ server/mpm/worker/

2015-09-28 Thread Ruediger Pluem


On 09/27/2015 12:20 AM, minf...@apache.org wrote:
> Author: minfrin
> Date: Sat Sep 26 22:20:14 2015
> New Revision: 1705492
> 
> URL: http://svn.apache.org/viewvc?rev=1705492=rev
> Log:
> MPMs: Support SO_REUSEPORT to create multiple duplicated listener
> records for scalability.
> 
> Submitted by: Yingqi Lu , 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=1705491=1705492=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


Re: svn commit: r1705492 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/ include/ server/ server/mpm/event/ server/mpm/netware/ server/mpm/prefork/ server/mpm/winnt/ server/mpm/worker/

2015-09-28 Thread Yann Ylavic
On Mon, Sep 28, 2015 at 9:54 PM, Ruediger Pluem  wrote:
>
>
> On 09/27/2015 12:20 AM, minf...@apache.org wrote:
>> Author: minfrin
>> Date: Sat Sep 26 22:20:14 2015
>> New Revision: 1705492
>>
>> URL: http://svn.apache.org/viewvc?rev=1705492=rev
>> Log:
>> MPMs: Support SO_REUSEPORT to create multiple duplicated listener
>> records for scalability.
>>
>> Submitted by: Yingqi Lu , 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=1705491=1705492=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?

Right, fixed in r1705759.

Thanks,
Yann.


Re: svn commit: r1705492 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/ include/ server/ server/mpm/event/ server/mpm/netware/ server/mpm/prefork/ server/mpm/winnt/ server/mpm/worker/

2015-09-28 Thread Marion & Christophe JAILLET



Le 28/09/2015 21:54, Ruediger Pluem a écrit :

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=1705491=1705492=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


+1

I also spotted it yesterday while looking at potential backport proposal 
for 2.4.x

BTW, 20120211.47 should be 2.4.14-dev

CJ


Re: svn commit: r1705492 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/ include/ server/ server/mpm/event/ server/mpm/netware/ server/mpm/prefork/ server/mpm/winnt/ server/mpm/worker/

2015-09-28 Thread Yann Ylavic
On Sun, Sep 27, 2015 at 8:20 AM, Marion & Christophe JAILLET
 wrote:
>
> should r1629916 also be included?
> The changelog says that it is a follow up to r1629909, which is included in
> the patch below.

My bad, I forgot to include it in the backport proposal/patch (this is
harmless though).
Follow up proposed in r1705614.


Re: svn commit: r1705492 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/mod/ include/ server/ server/mpm/event/ server/mpm/netware/ server/mpm/prefork/ server/mpm/winnt/ server/mpm/worker/

2015-09-27 Thread Marion & Christophe JAILLET

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, minf...@apache.org a écrit :

Author: minfrin
Date: Sat Sep 26 22:20:14 2015
New Revision: 1705492

URL: http://svn.apache.org/viewvc?rev=1705492=rev
Log:
MPMs: Support SO_REUSEPORT to create multiple duplicated listener
records for scalability.

Submitted by: Yingqi Lu , 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