From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Improving emacs process performance (for free?) Date: Thu, 27 May 2004 04:22:26 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085699198 9852 80.91.224.253 (27 May 2004 23:06:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 23:06:38 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 28 01:06:31 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTTxG-0007t3-00 for ; Fri, 28 May 2004 01:06:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTTxG-0005mA-00 for ; Fri, 28 May 2004 01:06:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTTsX-0003Im-Ru for emacs-devel@quimby.gnus.org; Thu, 27 May 2004 19:01:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTONo-00061W-Pw for emacs-devel@gnu.org; Thu, 27 May 2004 13:09:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTOMa-0005p8-46 for emacs-devel@gnu.org; Thu, 27 May 2004 13:08:48 -0400 Original-Received: from [66.111.4.26] (helo=out2.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTIxx-0001Fy-HG for emacs-devel@gnu.org; Thu, 27 May 2004 07:22:29 -0400 X-Sasl-enc: 8zliKftjc42k97i6ZCMYhQ 1085656948 Original-Received: from Majnun.local (adsl-67-124-48-37.dsl.snfc21.pacbell.net [67.124.48.37]) by mail.messagingengine.com (Postfix) with ESMTP id 607A2BE4A37 for ; Thu, 27 May 2004 07:22:28 -0400 (EDT) Original-Received: by Majnun.local (Postfix, from userid 501) id 2C4242F6E46; Thu, 27 May 2004 04:22:26 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Kim F. Storm's message of "26 May 2004 23:23:21 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24039 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24039 storm@cua.dk (Kim F. Storm) writes: > I have been running with a buffer size of 10K for months now without > problems (on GNU/Linux), so I think I will install that change in > CVS. > > Can anybody see any problems making that change for all systems? Are there any latency issues this brings up? John