[Haskell-cafe] Cloud Haskell real usage example

yi huang yi.codeplayer at gmail.com
Wed Aug 22 03:12:02 CEST 2012


On Wed, Aug 22, 2012 at 8:30 AM, Felipe Almeida Lessa <
felipe.lessa at gmail.com> wrote:

> On Tue, Aug 21, 2012 at 9:01 PM, Thiago Negri <evohunz at gmail.com> wrote:
> > My view of Cloud Haskell usage would be something similar to this: a
> > master node sending work to slaves; slave instances getting up or down
> > based on demand. So, the master node should be slave-failure-proof and
> > also find new slaves somehow.
> >
> > Am I misunderstanding the big picture of Cloud Haskell or doing
> > anything wrong in the following code?
>
> (Disclaimer: I can't speak for Cloud Haskell's developers.)
>
> AFAIK this is CH's goal.  However, they're not quite there yet.  Their
> network implementation is still a lot naive as you're seeing =).
>

I believe this behavior is due to the usage of channel, you just need to
implement some kind of timeout function.


>
> Cheers,
>
> --
> Felipe.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
http://yi-programmer.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120822/6ecec82a/attachment.htm>


More information about the Haskell-Cafe mailing list