Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 92559 invoked by uid 500); 11 Jan 2002 14:03:01 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 92548 invoked from network); 11 Jan 2002 14:03:01 -0000 Message-ID: <008001c19aa8$db480d00$7500a8c0@goliath> From: "David Reid" To: References: <20020111080111.27806.qmail@icarus.apache.org> Subject: Re: cvs commit: httpd-2.0/server/mpm/worker worker.c Date: Fri, 11 Jan 2002 14:04:16 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This also fixes the shutdown issue with worker MPM on FreeBSD which is good :) david > brianp 02/01/11 00:01:11 > > Modified: . CHANGES > server/mpm/worker worker.c > Log: > Fix for a segfault in the worker MPM during graceful shutdown: > The per-transaction pools in the worker MPM can't be children of > the listener thread's pool, because that pool may go out of scope > while some workers are still procesing requests using the transaction > pools. >