In local.glasgow-haskell-bugs, you wrote:
> It sure would simplify my program if I could fork a process and not have
> auxiliary threads persist in the child.  Could this option be provided by
> GHC RTS in a semantically sound way?

On a "recent" GHC you can try 'forkProcess[Prim]':
http://www.haskell.org/ghc/docs/latest/html/base/GHC.Conc.html#forkProcessPrim
-- 
plonk :: m a -> m ()
http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to