From dev-return-19064-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Oct 08 16:41:02 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 67729 invoked from network); 8 Oct 2007 16:41:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 16:41:01 -0000 Received: (qmail 56832 invoked by uid 500); 8 Oct 2007 16:40:48 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 56796 invoked by uid 500); 8 Oct 2007 16:40:48 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 56785 invoked by uid 99); 8 Oct 2007 16:40:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 09:40:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 16:40:50 +0000 Received: by ug-out-1314.google.com with SMTP id a2so943684ugf for ; Mon, 08 Oct 2007 09:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=+btVnXq9UHHmCW3Lu3fZKy3ao68MMYuS1GnvSjnaaNU=; b=nuuxX0YWiznEeMutR7sJO2J8whmqtsZ6LR/skMG+2a55rsBY2jUqFlymxcIi69ukQqY+hXd1OJQqzZqU6IDvzqirQH7XlXO/SGisGaOX2Y76htPXmvOfayZaPx7q4RAtA5ry8pGauvljbJJhlkBzFHD7+1zuhG9vySf2I5zP/i8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bU/DDXt9L5y520jK2P0u/ZDtD5QNGj2ogAenpSDwS8dLY3R9+tQAYrSVecPd8Q1fnvLDwlVT4BUsnmwgRcnj+uGYZKYcO7xZfUGWPcldsqDFrNuEiqEqtF7FHAACQg5c0Yr02SeILB2cfpd1luLCJdjD85WXyw1i87FqoiTi/Jo= Received: by 10.78.180.16 with SMTP id c16mr1843038huf.1191861627865; Mon, 08 Oct 2007 09:40:27 -0700 (PDT) Received: by 10.78.186.1 with HTTP; Mon, 8 Oct 2007 09:40:27 -0700 (PDT) Message-ID: Date: Mon, 8 Oct 2007 12:40:27 -0400 From: "Jeff Trawick" To: dev@apr.apache.org Subject: Re: PR43563 patch for writes to non-blocking pipes on Windows In-Reply-To: <1404e5910710080853l21343044sdd5666b3b3f46823@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1404e5910710080853l21343044sdd5666b3b3f46823@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 10/8/07, Eric Covener wrote: > On 10/6/07, Jeff Trawick wrote: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=43563 > > > > This patch looks reasonable to me; any thoughts from the Windows crowd? > > > > 43522 is a close cousin: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=43522 > > I believe last sentiment from Bill was that this is backportable > (although it's not in trunk yet) I'll try to get both of these in trunk and 1.2.x tonight when I have some time and my favorite checkouts handy, unless somebody beats me [to it] before then.