You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/04/09 16:25:44 UTC

svn commit: r1466053 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Tue Apr  9 14:25:44 2013
New Revision: 1466053

URL: http://svn.apache.org/r1466053
Log:
remove a superceded comment, but add a new one.


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1466053&r1=1466052&r2=1466053&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Apr  9 14:25:44 2013
@@ -127,7 +127,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
                  (20130119 - updated to include minor mmn bump)
     +1: druggeri, jim
-    covener: minor MMM bump?  (Thanks for reminder. This is done. -druggeri)
+    covener: wrowe mentioned a thread-safety issue in 2.2 status, what up with that?
+
 
   * mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) 
              Server pools, new apr functions for the request_rec table, input/



Re: svn commit: r1466053 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Daniel Ruggeri <DR...@primary.net>.
On 4/9/2013 9:25 AM, covener@apache.org wrote:
> Author: covener
> Date: Tue Apr  9 14:25:44 2013
> New Revision: 1466053
>
> URL: http://svn.apache.org/r1466053
> Log:
> remove a superceded comment, but add a new one.
>
>
> Modified:
>     httpd/httpd/branches/2.4.x/STATUS
>
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1466053&r1=1466052&r2=1466053&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Tue Apr  9 14:25:44 2013
> @@ -127,7 +127,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>      2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
>                   (20130119 - updated to include minor mmn bump)
>      +1: druggeri, jim
> -    covener: minor MMM bump?  (Thanks for reminder. This is done. -druggeri)
> +    covener: wrowe mentioned a thread-safety issue in 2.2 status, what up with that?
> +
>  
>    * mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) 
>               Server pools, new apr functions for the request_rec table, input/
>
>

Not sure - good question. Can anyone else advise (I pinged Bill on the
side, but suspect he's busy)? I guess a "big hammer" approach to enable
thread safety would be to wrap the whole thing with a static mutex...
but I'm not sure that's the most elegant solution. I'm also not sure I
see what is unsafe...

--
Daniel Ruggeri