[Haskell-cafe] hGetLine problem

MR K P SCHUPKE k.schupke at imperial.ac.uk
Fri Dec 10 11:27:05 EST 2004


>But if the forkIO'ed process terminates because of an exception, that
>shouldn't influence the main process, right?

Well, if its unix you might have to set sigPIPE to Ignore...

Otherwise, the main process should not die just because the child has...

	Keean.


More information about the Haskell-Cafe mailing list