[Haskell-cafe] Lazy Lists and IO

Chaddaï Fouché chaddai.fouche at gmail.com
Wed Jul 11 16:49:58 EDT 2007


2007/7/11, Stefan O'Rear <stefanor at cox.net>:
> It was not infinite.  This has nothing to do with infiniteness.
>
> This has to do with Lazy lists and IO.
>
> Specifically, reading to the end of a list of responses - before sending
> all the requests.
>
> Waiting for the second responce before sending the second request caused
> a deadlock, even though only a finite number of responces would be
> received.

Ah, ok, I read too quickly... Still not the most current case.

-- 
Jedaï


More information about the Haskell-Cafe mailing list