distributed-process
distributed-process copied to clipboard
Cloud Haskell core library
[Imported from JIRA. Reported by Niklas Hambuechen @[email protected]) as [DPSLN-10](https://cloud-haskell.atlassian.net/browse/DPSLN-10) on 2013-02-13 03:29:04] I followed the work stealing example frm the Well-Typed blog. I did not use "terminateAllSlaves", so that...
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DPSLN-8](https://cloud-haskell.atlassian.net/browse/DPSLN-8) on 2013-02-01 15:23:35] This tutorial http://alenribic.com/posts/2012-08-17-raspberry-pi-in-a-haskell-cloud.html was working with 0.2.0.8, but did not work with 0.2.0.9. The master will...
Terminology
If I created a pull request which changed the terms "master" and "slave" to "manager" and "worker", respectively, would it be pulled? Reasoning: 1. I can see how these terms...
[Imported from JIRA. Reported by Edsko de Vries @edsko) as [DPSLN-5](https://cloud-haskell.atlassian.net/browse/DPSLN-5) on 2012-10-22 14:12:04] This avoids the need for Control.Distributed.Process.Node in applications that use it.
[Imported from JIRA. Reported by Edsko de Vries @edsko) as [DPSLN-2](https://cloud-haskell.atlassian.net/browse/DPSLN-2) on 2012-11-07 15:33:22] This is not a _major_ issue, because even if we do, there is still no guarantee...
[Imported from JIRA. Reported by jwaldmann @jwaldmann) as [DPSLN-1](https://cloud-haskell.atlassian.net/browse/DPSLN-1) on 2012-12-18 21:59:52](I'm sorry for this being not exactly Haskell) I wan to run C.H. on a cluster where the main...
_From @edsko on November 7, 2012 15:33_ This is not a _major_ issue, because even if we do, there is still no guarantee that a peer still exists after it...
_From @edsko on October 23, 2012 14:51_ so that startSlave and startMaster are truly optional. _Copied from original issue: haskell-distributed/distributed-process#57_
_From @edsko on October 23, 2012 13:59_ so that we have multiple independent Cloud Haskell applications running on the same network. _Copied from original issue: haskell-distributed/distributed-process#56_