Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 48943 invoked from network); 18 Sep 2005 00:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Sep 2005 00:35:57 -0000 Received: (qmail 96151 invoked by uid 500); 18 Sep 2005 00:35:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 96117 invoked by uid 500); 18 Sep 2005 00:35:54 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 96104 invoked by uid 99); 18 Sep 2005 00:35:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2005 17:35:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rooneg@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO zproxy.gmail.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2005 17:36:03 -0700 Received: by zproxy.gmail.com with SMTP id j2so78318nzf for ; Sat, 17 Sep 2005 17:35:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LGC2gOadObZEo1D8uRPdR4FmIKvJjcOqk9jWhY+BFhqiWuuv3wnREDN9zj6ztAsvdAYrgO+pTn/+UASaDR8xP5AsYICto/uzojnbwuG4kf+lFmSmSYVJZbDIehFkWLQhwevM5Tq+jXLVLxn4HiIJKUYLZhtmz1XEaR/ymG5kiBA= Received: by 10.54.70.7 with SMTP id s7mr360198wra; Sat, 17 Sep 2005 17:35:50 -0700 (PDT) Received: by 10.54.117.1 with HTTP; Sat, 17 Sep 2005 17:35:50 -0700 (PDT) Message-ID: <7edfeeef05091717355a91377d@mail.gmail.com> Date: Sat, 17 Sep 2005 17:35:50 -0700 From: Garrett Rooney Reply-To: Garrett Rooney Sender: rooneg@gmail.com To: dev@httpd.apache.org Subject: Re: svn commit: r289845 - in /httpd/mod_smtpd/trunk/modules/queue: ./ mod_smtpd_queue_postfix/ mod_smtpd_queue_postfix/mod_smtpd_queue_postfix.c In-Reply-To: <20050917200836.94052.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050917200836.94052.qmail@minotaur.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/17/05, soc-rian@apache.org wrote: > +static int cleanup_socket; This global worries me. How will it behave in a multithreaded MPM? -garrett