emacs-devel
[Top][All Lists]
Advanced

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

Re: Threads in emacs implementation


From: Richard Stallman
Subject: Re: Threads in emacs implementation
Date: Sat, 11 Jun 2005 08:18:19 -0400

    I think an alternate solution is to have no shared variables between
    threads once they are forked, and communicate through standard IPC
    (pipes, semaphores, etc.).

This is not possible with shallow binding.  All Lisp programs
use the same set of symbols, and each symbol has a value.
Many symbols' values have important standard meanings.




reply via email to

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