[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
async-eval 0.1 -- execute Emacs lisp in a separate process
From: |
Nikolaj Schumacher |
Subject: |
async-eval 0.1 -- execute Emacs lisp in a separate process |
Date: |
Mon, 09 Mar 2009 14:12:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin) |
Since Emacs isn't capable of multi-threaded lisp, I've played around
with executing large background tasks in a separate process and
returning the results.
The code is attached and also available from:
http://nschum.de/src/emacs/async-eval/
If anybody has a "real world" use for this, please let me know.
I'd also appreciate any comments and ideas.
regards,
Nikolaj Schumacher
async-eval.el
Description: async-eval
- async-eval 0.1 -- execute Emacs lisp in a separate process,
Nikolaj Schumacher <=
Re: async-eval 0.1 -- execute Emacs lisp in a separate process, Elena, 2009/03/20