Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 22293 invoked from network); 5 Oct 2007 18:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 18:54:54 -0000 Received: (qmail 33371 invoked by uid 500); 5 Oct 2007 18:54:42 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 33351 invoked by uid 500); 5 Oct 2007 18:54:42 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 33330 invoked by uid 99); 5 Oct 2007 18:54:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 11:54:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 18:54:53 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id EF4AC71422C; Fri, 5 Oct 2007 11:54:32 -0700 (PDT) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 43522] - threadproc non-block behavior on windows In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20071005185432.EF4AC71422C@brutus.apache.org> Date: Fri, 5 Oct 2007 11:54:32 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=43522 ------- Additional Comments From covener@gmail.com 2007-10-05 11:54 ------- complicating test of this change: apr_file_write() is returning APR_TIMEUP on windows when the timeout is set to 0 on the pipe; unix returns APR_EAGAIN in the same situation. It wasn't clear to me how to short-circuit the overlapped IO properly to return EAGAIN in file_io/win32/readwrite.c -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org