You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/05/09 10:46:28 UTC

cvs commit: apache-apr/pthreads/src/include http_accept.h

manoj       99/05/09 01:46:27

  Modified:    pthreads/src/include http_accept.h
  Log:
  Make the poll-accept model the default.
  
  Revision  Changes    Path
  1.8       +2 -2      apache-apr/pthreads/src/include/http_accept.h
  
  Index: http_accept.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/pthreads/src/include/http_accept.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- http_accept.h	1999/04/29 20:09:42	1.7
  +++ http_accept.h	1999/05/09 08:46:27	1.8
  @@ -75,8 +75,8 @@
   } proc_info;
   
   /* Select the accept technique. Move this to ap_config eventually... */
  -#define USE_ACCEPT_QUEUE
  -/*#define USE_MULTI_ACCEPT*/
  +/*#define USE_ACCEPT_QUEUE*/
  +#define USE_MULTI_ACCEPT
   
   void accept_parent_init(pool*, int);
   void accept_child_init(pool*, int);