Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id SAA19440; Mon, 8 Sep 1997 18:40:15 -0700 (PDT) Received: from brianb.organic.com (localhost.hyperreal.org [127.0.0.1]) by hyperreal.org (8.8.5/8.8.5) with SMTP id SAA19361 for ; Mon, 8 Sep 1997 18:39:57 -0700 (PDT) Message-Id: <3.0.3.32.19970908183102.00984730@localhost> X-Sender: brian@localhost X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 08 Sep 1997 18:31:02 -0700 To: new-httpd@apache.org From: Brian Behlendorf Subject: Re: graceful restarts & log file rotation again In-Reply-To: <9709081751.aa05819@paris.ics.uci.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org At 05:43 PM 9/8/97 -0700, you wrote: >>Perhaps there's a USR1 bug in 1.3 now. > >If the timeouts are now scoreboard driven, the old children may be >losing their timeout constraint on a USR1 and spinning forever. >OTOH, I can't remember right now whether or not Dean's timeout changes >were committed to 1.3. Hmmm, it says so in cvs log http_main.c, >but not in CHANGES. Brian, did you compile with -DOPTIMIZE_TIMEOUTS ? It looks like httpd.h will set it, on BSDI at least. #if !defined (MULTITHREAD) && (defined (HAVE_MMAP) || defined (HAVE_SHMGET)) #define OPTIMIZE_TIMEOUTS #endif Let me recompile with that undefined and see if it happens tonight... Brian --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- "Why not?" - TL brian@organic.com - hyperreal.org - apache.org