[Haskell-cafe] catting to cat gets stuck at > 135K

Krzysztof Skrzętnicki gtener at gmail.com
Mon Nov 10 18:46:34 EST 2008


>
> Yep, that's your problem.  forkIO the hPut.
>

I can see the that thing biting a lot of people. Maybe there should be
a warning in docs that this particular combination:

>       feed input
>       read output
>       waitForProcess

is just likely to produce deadlocks?

All best

Christopher Skrzętnicki


More information about the Haskell-Cafe mailing list