emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [RFC] Slight change to asynchronous export


From: Nicolas Goaziou
Subject: Re: [O] [RFC] Slight change to asynchronous export
Date: Tue, 29 Oct 2013 14:27:15 +0100

Hello,

Rasmus <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]