emacs-devel
[Top][All Lists]
Advanced

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

Re: Multithreading, again and again


From: Helmut Eller
Subject: Re: Multithreading, again and again
Date: Wed, 28 Sep 2011 17:55:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

* Dmitry Antipov [2011-09-28 06:49] writes:

> 7. Look around.
>    Has someone an experience with development of multithreaded code for
>    commercial Common Lisp implementations, most probably LispWorks and/or
>    Allegro CL? If yes, can someone briefly explain pros and cons of their
>    approach to multithreading?

LispWorks and Allegro support preemtive threads in the same address
space.  Decades ago, they started with an API similar to the Lisp
Machine and in recent years adapted it a bit to better match os-based
threads.  It's not very different from what you get with Java and rather
low level.

Helmut




reply via email to

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