From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: async 1.0 Date: Fri, 22 Jun 2012 05:54:17 -0500 Message-ID: References: <87vcij7rvi.fsf@mithlond.arda> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340362480 2258 80.91.229.3 (22 Jun 2012 10:54:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2012 10:54:40 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Teemu Likonen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 12:54:39 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Si1Vc-0000j8-J8 for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2012 12:54:36 +0200 Original-Received: from localhost ([::1]:47909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si1Va-0007uZ-H7 for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2012 06:54:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si1VX-0007tj-Kr for emacs-devel@gnu.org; Fri, 22 Jun 2012 06:54:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Si1VR-0001T3-Bh for emacs-devel@gnu.org; Fri, 22 Jun 2012 06:54:31 -0400 Original-Received: from mail-gh0-f169.google.com ([209.85.160.169]:42779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Si1VR-0001SF-5M; Fri, 22 Jun 2012 06:54:25 -0400 Original-Received: by ghrr18 with SMTP id r18so1751109ghr.0 for ; Fri, 22 Jun 2012 03:54:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:mail-followup-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=50E2d/WncB1NfIjuCQWInF+a6whWH8Tddf8KiGuQtSA=; b=KvRv6mE01Jd/dJI65BL6tXcmJVJwJUUfUKohgLUsi+nxtivS+70NRP+MGDznln6vkC xDlqhP77Rh0OngYYKXoV/tuVzIJykJofpm78npA7qIUq9rODcTD8hLNKgzrdZtzprddv 9ZB86w2Eq9hUeRh26tHxz3jeVzxoz1S/Xj5H6+ISTBfgwZeeTc5UwhuAx5IcdhpmVUbn gA7hIhIdyvnT+2NnwlgHBrAHz6lRb9AXq0cAGOqvMIUjgE6zVdO/XTu3/LPp/pj14XJy m0u8CA/7m73jMP0pqyGhNGr7cH/V8ojUjhMORDpt/fSgTdW3QtrCF/1gO4xs4j59Ztby BoOQ== Original-Received: by 10.50.220.194 with SMTP id py2mr1016649igc.15.1340362462565; Fri, 22 Jun 2012 03:54:22 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id yg6sm4990674igb.6.2012.06.22.03.54.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 22 Jun 2012 03:54:20 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id 653D9F03E5CB; Fri, 22 Jun 2012 05:54:17 -0500 (CDT) Mail-Followup-To: Teemu Likonen , rms@gnu.org, emacs-devel@gnu.org In-Reply-To: <87vcij7rvi.fsf@mithlond.arda> (Teemu Likonen's message of "Fri, 22 Jun 2012 10:00:49 +0300") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151083 Archived-At: >>>>> Teemu Likonen writes: > It loads quickly from cache: > real 0m0.044s > But: > real 0m2.288s Understood, but still miniscule compared to the 30 seconds I have to wait to send an e-mail with a multi-megabyte attachment. Now, a smart `fork' primitive could make this all moot, if it were able to fork the "base" state of Emacs only.... John