Luke Gorrie luke@bluetail.com writes:
I checked in some very basic multiprocessing support. It works with SBCL and CMUCL and it should be easy to port.
I forgot to mention - if you want to use MP, you should add this to your .emacs:
(setq slime-multiprocessing t) (setq slime-global-debugger-hook t)
The first one makes sure it gets initialized, the second globally installs the SLIME *debugger-hook* so all threads will use Emacs for debugging.
-Luke