On 16 September 2005 20:42, S. Alexander Jacobson wrote:

> If I am running a server interactively. (using ghci).
> Is there any way to kill its running threads without terminating the
> interpreter?

If you can get ThreadIds for the threads, yes.  GHCi doesn't (currently)
create a new thread for each expression evaluation, so attempting to
kill that thread might kill your GHCi session (it shouldn't but that's
another story).

Cheers,
        Simon
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to