[Haskell-beginners] A question about network programming

Raphael Päbst raphael.paebst at googlemail.com
Wed Jun 8 15:12:51 CEST 2011


I will look into that. My main problem is not the fact that stuff gets
done after I close the handle on the client side, but that I need the
answer on the clientside. Is there any way to achieve this?

On 6/8/11, Ertugrul Soeylemez <es at ertes.de> wrote:
> Raphael Päbst <raphael.paebst at googlemail.com> wrote:
>
>> answer <- do stuff with message
>
> As a side note, if you want to keep your lazy I/O approach, you should
> make sure that "do stuff with message" does not force the entire list.
>
>
> Greets,
> Ertugrul
>
>
> --
> nightmare = unsafePerformIO (getWrongWife >>= sex)
> http://ertes.de/
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list