[slime-devel] Multi-threaded CCL with SLIME issues
Tobias C. Rittweiler
tcr at freebits.de
Fri Jan 9 14:52:29 UTC 2009
Helmut Eller <heller at common-lisp.net> writes:
> * Tobias C. Rittweiler [2009-01-09 12:53+0100] writes:
>
> > (defimplementation spawn (fn &key name)
> > (ccl:process-run-function `(:name ,(or name "Anonymous (Swank)")
> > :use-standard-initial-bindings nil)
> > fn))
> >
>
> That would only affect threads created by SWANK. I think the threads
> created by the webserver are the more interesting problem.
The debugger is globally installed, and the io streams are globally
redirected from within SWANK threads, aren't they?
-T.
More information about the slime-devel
mailing list