From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: slow processing of process output when it's huge Date: Sun, 27 Jul 2008 21:49:44 -0400 Message-ID: References: <200807272236.m6RMaCtR015237@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217209799 21594 80.91.229.12 (28 Jul 2008 01:49:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2008 01:49:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 28 03:50:48 2008 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 1KNHsu-00057P-1F for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2008 03:50:48 +0200 Original-Received: from localhost ([127.0.0.1]:37837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNHs0-0007rD-4X for ged-emacs-devel@m.gmane.org; Sun, 27 Jul 2008 21:49:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNHrw-0007r0-67 for emacs-devel@gnu.org; Sun, 27 Jul 2008 21:49:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNHru-0007qk-N5 for emacs-devel@gnu.org; Sun, 27 Jul 2008 21:49:47 -0400 Original-Received: from [199.232.76.173] (port=60640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNHru-0007qf-Fh for emacs-devel@gnu.org; Sun, 27 Jul 2008 21:49:46 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:40699 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNHru-0006GT-Df for emacs-devel@gnu.org; Sun, 27 Jul 2008 21:49:46 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiEFAHzCjEhFxIYw/2dsb2JhbACBW4k8oTeBdA X-IronPort-AV: E=Sophos;i="4.31,261,1215403200"; d="scan'208";a="24867973" Original-Received: from 69-196-134-48.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.48]) by ironport2-out.teksavvy.com with ESMTP; 27 Jul 2008 21:49:45 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D3BD87FE3; Sun, 27 Jul 2008 21:49:44 -0400 (EDT) In-Reply-To: <200807272236.m6RMaCtR015237@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 27 Jul 2008 15:36:12 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:101610 Archived-At: > I run by mistake vc-print-log at the top of the tree of a Linux git > tree. After 15 minutes of running I gave up and killed it. The command > does finish after a while, I left it running overnight. Does vc-git run its print-log command asynchronously or synchronously? Stefan