emacs-devel
[Top][All Lists]
Advanced

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

Re: Are there plans for a multi-threaded Emacs?


From: Ted Zlatanov
Subject: Re: Are there plans for a multi-threaded Emacs?
Date: Fri, 05 Dec 2003 16:45:44 -0500
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v)

On Fri, 05 Dec 2003, address@hidden wrote:

> If you mean lightweight threads in the sense of a general OS
> development trend to make OS threading more of a lightweight
> operation, then its OS specific and independent of emacs.

I have always understood lightweight threads to be those that share
memory space, and heavyweight threads to be those that have a separate
memory space (data, stack, and heap) and are usually separate
processes.  I believe the current Emacs process sentinels allow
heavyweight threading.

Ted





reply via email to

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