From dev-return-19092-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Oct 10 10:45:51 2007 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 12178 invoked from network); 10 Oct 2007 10:45:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 10:45:49 -0000 Received: (qmail 45497 invoked by uid 500); 10 Oct 2007 10:45:36 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 45460 invoked by uid 500); 10 Oct 2007 10:45:35 -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 45449 invoked by uid 99); 10 Oct 2007 10:45:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 03:45:35 -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 64.233.162.234 as permitted sender) Received: from [64.233.162.234] (HELO nz-out-0506.google.com) (64.233.162.234) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 10:45:39 +0000 Received: by nz-out-0506.google.com with SMTP id l8so106511nzf for ; Wed, 10 Oct 2007 03:45:18 -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=q2vUEuaqvXS5nnkxE5lTnVaZ99SpE/6JbmTayeZ8DN8=; b=PyiwAgMYFmUbVZdrBH/xxhNWCczq8IRG1Z/M0tYyuL6k9BFr8PZoUKqUsqAXDdf5CvgPJY9JXAXmIV/WUF+pCAHNyBKlCz8Tx6ybxPOHJ2hNPTSgzbH+X0DrtIcUOl7uV83w4/G+MaEkmiimhQOtFsZZZOPnn/Rvhq9vcqbaiJs= 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=IxHNt68Z5tyIrEu4NbhPHwqGCILSdUcLhCSDNo375XYas6WrksjXWq/AK/6H5NYfdGkg2OejK+7hEDlAQnxOKyY/6YsmGzM3llQ8OHxeNp2IW1YN3sn51C8phqk6QI8k2R/o0l+dZPwvUdL89YepPzOZv0ct2elotWYpRwY7D98= Received: by 10.142.128.6 with SMTP id a6mr35217wfd.1192013117382; Wed, 10 Oct 2007 03:45:17 -0700 (PDT) Received: by 10.143.40.19 with HTTP; Wed, 10 Oct 2007 03:45:17 -0700 (PDT) Message-ID: Date: Wed, 10 Oct 2007 06:45:17 -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) It's in trunk now. Do you have a patch for the 1.2.x branch, which has diverged with the segregation of APR_NO_FILE? Thanks!