From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Pretest? Date: Tue, 20 Mar 2007 18:18:48 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <87k5y83e3a.fsf@stupidchicken.com> <87zm6wmt4s.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1174382365 31731 80.91.229.12 (20 Mar 2007 09:19:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Mar 2007 09:19:25 +0000 (UTC) Cc: piet@cs.uu.nl, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 20 10:19:19 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 1HTaUw-0000pE-1i for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 10:19:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTaWS-0000oi-O4 for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2007 04:20:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTaWP-0000jL-1i for emacs-devel@gnu.org; Tue, 20 Mar 2007 05:20:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTaWK-0000cp-Le for emacs-devel@gnu.org; Tue, 20 Mar 2007 05:20:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTaWK-0000cm-IS for emacs-devel@gnu.org; Tue, 20 Mar 2007 04:20:44 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2] helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTaUX-0007D4-Vi; Tue, 20 Mar 2007 05:18:54 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id CA7022C64; Tue, 20 Mar 2007 18:18:48 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.96 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-kernel: NetBSD 3.0 (DF) 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:68149 Archived-At: >>>>> On Mon, 19 Mar 2007 17:57:19 -0400, Richard Stallman said: > I would rather not. You see, the chance that a quit during this > call will cause memory clobberage is very small. It might happen > once a year. > But it will surely happen every day that users will get stuck in > this call, because they can't reach the DNS server. We do not want > to make them wait 3 minutes for it to time out. OK, I added BLOCK_INPUTs except for getaddrinfo. I think this issue will be revisited when we switch to SYNC_INPUT. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp