emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-threaded Emacs


From: Magnus Henoch
Subject: Re: multi-threaded Emacs
Date: Sat, 06 Dec 2008 21:58:55 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

Giuseppe Scrivano <address@hidden> writes:

> Personally I don't think there is need to use a library that at the
> moment is usable only on an architecture, it will be a serious
> portability problem for Emacs (that probably after "Hello World" is the
> most portable program out there).
> All we need for a multi-threaded Emacs can be done quite easily with
> pthreads.

Or GNU pth, which I'm surprised that noone has mentioned.  It does
cooperative threading with a pthread-like interface, yielding at I/O
operations and some other syscalls.

http://www.gnu.org/software/pth/

Of course, whoever writes the code gets to choose the library.  Good
luck with your endeavour!  I look forward to the results.

Magnus





reply via email to

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