[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: other "concurrency" approaches
From: |
Eli Zaretskii |
Subject: |
Re: other "concurrency" approaches |
Date: |
Tue, 03 Nov 2015 17:44:21 +0200 |
> From: Nic Ferrier <address@hidden>
> Date: Tue, 03 Nov 2015 11:50:37 +0000
>
> Fork looks very hard to solve, in the same way that threads are quite
> hard to solve.
>
> But starting a headless Emacs, given that we have daemon already,
> wouldn't be that hard.
What is a "headless Emacs"?
> What you want is the ability to do something like this:
>
>
> (let ((proc (start-process "emacs" args-to-make-it-headless)))
> (process-send-string proc (prin1-to-string '(+ 1 (* 30 45))))
> (process-send-eof proc)
> (print (buffer-string (process-buffer proc))))
>
> in other words, an Emacs that just reads forms from stdin and executes
> them and outputs to stdout.
This sounds like a description of -batch, but you already know about
it, so I'm quite sure I'm missing something important here.
- Re: "concurrency" branch updated, (continued)
- Re: "concurrency" branch updated, John Wiegley, 2015/11/02
- Re: "concurrency" branch updated, Eli Zaretskii, 2015/11/02
- Re: "concurrency" branch updated, Eli Zaretskii, 2015/11/02
- Re: "concurrency" branch updated, John Wiegley, 2015/11/02
- Re: "concurrency" branch updated, Elias MÃ¥rtenson, 2015/11/02
- Re: "concurrency" branch updated, Ken Raeburn, 2015/11/03
- Re: "concurrency" branch updated, Eli Zaretskii, 2015/11/03
- Re: "concurrency" branch updated, Eli Zaretskii, 2015/11/03
Re: "concurrency" branch updated, Ken Raeburn, 2015/11/03
- other "concurrency" approaches, Nic Ferrier, 2015/11/03
- Re: other "concurrency" approaches,
Eli Zaretskii <=
- Re: other "concurrency" approaches, Nic Ferrier, 2015/11/03
- Re: other "concurrency" approaches, Eli Zaretskii, 2015/11/03
- Re: other "concurrency" approaches, Nic Ferrier, 2015/11/03
- Re: other "concurrency" approaches, Eli Zaretskii, 2015/11/03
Re: "concurrency" branch updated, Filipp Gunbin, 2015/11/03
Re: "concurrency" branch updated, Michael Albinus, 2015/11/03
Re: "concurrency" branch updated, Thierry Volpiatto, 2015/11/03
Re: "concurrency" branch updated, Eli Zaretskii, 2015/11/03
Re: "concurrency" branch updated, Ken Raeburn, 2015/11/04
Re: "concurrency" branch updated, Eli Zaretskii, 2015/11/04