Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 24732 invoked from network); 11 Feb 2006 21:06:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Feb 2006 21:06:16 -0000 Received: (qmail 96161 invoked by uid 500); 11 Feb 2006 21:06:14 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 96112 invoked by uid 500); 11 Feb 2006 21:06:14 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 96087 invoked by uid 99); 11 Feb 2006 21:06:14 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2006 13:06:13 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 08209DD; Sat, 11 Feb 2006 22:05:52 +0100 (CET) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 28714] - apr_file_lock(!APR_FLOCK_NONBLOCK) never block on Windows9x In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060211210552.08209DD@ajax.apache.org> Date: Sat, 11 Feb 2006 22:05:52 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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=28714 wrowe@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From wrowe@apache.org 2006-02-11 22:05 ------- I've committed a variant of this patch, it has a 500ms poll rather than pausing for a full second to increase the chances of the last thread to be able to catch a high-utilization file lock, and avoids apr_sleep as well as double-conversion of the error result code. See commit 377054. Although your suggestion creates huge starvation issues, it's better than doing nothing about the problem. Next time you author a patch, please, NEVER use hardcoded error constants :) -- 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@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org