GNU bug report logs -
#38807
[Feature request]: Support lisp workers like web workers.
Previous Next
Reported by: HaiJun Zhang <netjune <at> outlook.com>
Date: Mon, 30 Dec 2019 05:29:02 UTC
Severity: wishlist
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #170 received at 38807 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 21 Mar 2020 10:24:37 +0800
> From: HaiJun Zhang <netjune <at> outlook.com>
> Cc: michael.albinus <at> gmx.de, 38807 <at> debbugs.gnu.org
>
> I known module code can call emacs functions. But is it true for threads in module?
Since the Lisp interpreter is non-reentrant, this is not possible.
> See this: https://github.com/emacs-lsp/lsp-mode/issues/676#issuecomment-476700911
>
> That means if a native-code thread is to be run in parallel with the UI thread, it can never access an Env.
Yes, but so what? You can still do work in the module threads, then
send the accumulated results to emacs from the main thread.
Again, this is all too abstract. A useful discussion would have many
more details regarding the job that needs to be done and the
bottle-necks that need to be distributed to threads running in
parallel.
This bug report was last modified 3 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.