distributed-process
distributed-process copied to clipboard
Cloud Haskell core library
[Imported from JIRA, posted by @hyperthunk Tim Watson at 26/Apr/13 7:16 PM as [DP-76](https://cloud-haskell.atlassian.net/browse/DP-76)] Some initial investigation suggests that this doesn't have much effect on message passing efficiency though. I'm...
Hi, In the YouTube talk "ZuriHac 2015 - Distributed Programming in Haskell" [here](https://www.youtube.com/watch?v=qlnU73a3Cw0) given on the 27th July 2015, @mboes points out that porting distributed-haskell to the static support n...
[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-75](https://cloud-haskell.atlassian.net/browse/DP-75) on 2013-04-18 10:12:00] This might require support from the scheduler - not sure how it would work otherwise. There...
Currently Node Controller do not recover from errors, but nevertheless is could fail with errors, for example at [1] [1] https://github.com/haskell-distributed/distributed-process/blob/master/src/Control/Distributed/Process/Node.hs#L843
This will have an effect in `callLocal action` which will run `action` in whatever the current masking state is. It is also required for correctness of `callLocal` in PR #180,...
[Imported from JIRA. Reported by Alexander Vershilov @qnikst) as [DP-100](https://cloud-haskell.atlassian.net/browse/DP-100) on 2015-01-30 12:04:08] Currently it's possible to store remote processes in registry, but such processes are not guaranteed to be...
[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [DP-113](https://cloud-haskell.atlassian.net/browse/DP-113) on 2015-06-02 19:11:41] {{call}} is waiting for some messages that can leak similarly as it happens in DP-112. Another problem...
[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [DP-112](https://cloud-haskell.atlassian.net/browse/DP-112) on 2015-06-02 19:03:28] {{spawn}} is waiting for some messages, but if it is interrupted, the messages may arrive at the...
[Imported from JIRA. Reported by Edsko de Vries @edsko) as [DP-3](https://cloud-haskell.atlassian.net/browse/DP-3) on 2012-10-15 09:20:36] In particular, storing messages by type could be very beneficial.