From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Change in process.c Date: Mon, 26 Mar 2007 19:13:42 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1174951003 13066 80.91.229.12 (26 Mar 2007 23:16:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 23:16:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sam Steingold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 27 01:16:37 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HVyQW-0008Dg-5d for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 01:16:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVySn-0007Ow-To for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 18:18:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVyS5-0005qX-E9 for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:18:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVyS4-0005oV-M5 for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:18:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVyS4-0005o9-HJ for emacs-devel@gnu.org; Mon, 26 Mar 2007 18:18:12 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVyPl-0003pF-W4 for emacs-devel@gnu.org; Mon, 26 Mar 2007 19:15:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HVyNi-0001Dk-Vq; Mon, 26 Mar 2007 19:13:43 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68639 Archived-At: What was the reason for moving the first sleep before the first wait3 call? It looks like that will force a one-second delay even in cases where it would succeed straightaway. Using usleep would reduce that problem to an acceptable level, but I am not sure all systems have usleep. So it is risky to make that change. What's the issue here?