You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1998/09/29 03:25:33 UTC

Re: cvs commit: apache-1.3/src/include ap_config.h

Forgot to include that the same should apply to BSD/OS, since this change
also impacts BSD/OS.

I'm not positive that BSD/OS fixes the thundering herd, but I think it
does.  Even if it doesn't it is still probably a good define to set.

On 29 Sep 1998 marc@hyperreal.org wrote:

> marc        98/09/28 18:22:57
> 
>   Modified:    src/include ap_config.h
>   Log:
>   Unserialized accept() should be safe (in all versions) and efficient
>   (in anything vaguely recent) on FreeBSD.
>   
>   Revision  Changes    Path
>   1.237     +1 -0      apache-1.3/src/include/ap_config.h
>   
>   Index: ap_config.h
>   ===================================================================
>   RCS file: /export/home/cvs/apache-1.3/src/include/ap_config.h,v
>   retrieving revision 1.236
>   retrieving revision 1.237
>   diff -u -r1.236 -r1.237
>   --- ap_config.h	1998/09/24 17:25:55	1.236
>   +++ ap_config.h	1998/09/29 01:22:57	1.237
>   @@ -646,6 +646,7 @@
>    typedef quad_t rlim_t;
>    #endif
>    #define USE_FLOCK_SERIALIZED_ACCEPT
>   +#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
>    #define HAVE_SYSLOG 1
>    #define SYS_SIGLIST sys_siglist
>    
>   
>   
>   
>