From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Slight change to asynchronous export Date: Tue, 29 Oct 2013 14:27:15 +0100 Message-ID: <87hac0cimk.fsf@gmail.com> References: <87fvrnawes.fsf@gmail.com> <86d2mp6aw9.fsf@somewhere.org> <87y55dahrh.fsf@gmail.com> <87r4b473y9.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb9K3-000695-V3 for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 09:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb9Jy-000501-5U for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 09:27:03 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:33368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb9Jx-0004zn-UE for emacs-orgmode@gnu.org; Tue, 29 Oct 2013 09:26:58 -0400 Received: by mail-we0-f178.google.com with SMTP id q59so8084187wes.37 for ; Tue, 29 Oct 2013 06:26:56 -0700 (PDT) In-Reply-To: <87r4b473y9.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 29 Oct 2013 11:43:10 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > My understanding of Sebastien's question is whether you could run > async with a new Emacs server, with `server-name' "slave" say. It > would only allow one process at the time, but it would also only load > init once. It would also leave another emacs server open all the time. But, seriously, with a dedicated asynchronous init file, init time is negligible. Here, it is 3 milliseconds. You can measure it with: (org-export-async-start (lambda (result) (message result)) '(format-time-string "%S,%3N s" (time-subtract after-init-time before-init-time))) Regards, -- Nicolas Goaziou