[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What's the problem?
From: |
Richard Stallman |
Subject: |
Re: What's the problem? |
Date: |
Sat, 13 Dec 2003 10:17:03 -0500 |
I'm not sure why people keep talking about threading as some way to make
emacs faster -- speed is not a major problem in general, and those
places where it _is_ (e.g., gnus summary generation) don't seem easily
parallizable. As far as I can see, threads are desirable mostly because
they allow the user to keep working while something's happening in the
background (since typical emacs task are very non-cpu-intensive, the
background task probably won't slow down appreciably either).
I basically agree; however, there is one other possible use for
multi-threading in Emacs. This is for the sake of using multiple
terminals at once. Right now, I think, only one terminal can
use the minibuffer. Only one terminal can be running a command.
If each terminal had its own thread, they could do just about anything
in parallel.
- Re: What's the problem?, (continued)
- Re: What's the problem?, Richard Stallman, 2003/12/14
- Re: What's the problem?, Eli Zaretskii, 2003/12/10
- Re: What's the problem?, Richard Stallman, 2003/12/11
- Re: What's the problem?, Ted Zlatanov, 2003/12/11
- Re: What's the problem?, Luke A. Olbrish, 2003/12/11
- Re: What's the problem?, Miles Bader, 2003/12/12
- Re: What's the problem?,
Richard Stallman <=
- Re: Are there plans for a multi-threaded Emacs?, Thien-Thi Nguyen, 2003/12/05
- Re: Are there plans for a multi-threaded Emacs?, Ted Zlatanov, 2003/12/05
- Re: Are there plans for a multi-threaded Emacs?, Ted Zlatanov, 2003/12/05
- Re: Are there plans for a multi-threaded Emacs?, Luke A. Olbrish, 2003/12/05
- Re: Are there plans for a multi-threaded Emacs?, Ted Zlatanov, 2003/12/05
- Re: Are there plans for a multi-threaded Emacs?, Stefan Monnier, 2003/12/07
- Re: Are there plans for a multi-threaded Emacs?, Luke A. Olbrish, 2003/12/07
- Re: Are there plans for a multi-threaded Emacs?, Martin Stjernholm, 2003/12/04
- Re: Are there plans for a multi-threaded Emacs?, David Kastrup, 2003/12/04
- Re: Are there plans for a multi-threaded Emacs?, Martin Stjernholm, 2003/12/04