Alexander Vershilov
Alexander Vershilov
[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...
[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
[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 rodlogic @rodlogic) as [DP-59](https://cloud-haskell.atlassian.net/browse/DP-59) on 2012-08-18 15:47:24] It seems that the current implementation doesnt like IPv4 when binding the server and it doesnt like IPv6...
[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [DP-104](https://cloud-haskell.atlassian.net/browse/DP-104) on 2015-02-24 11:57:14] by Facundo Dominguez at https://cloud-haskell.atlassian.net/browse/DP-104: It looks like _n-t-tcp_ does not implement heartbeats, nor does the _n-t_...
[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [DP-103](https://cloud-haskell.atlassian.net/browse/DP-103) on 2015-02-20 18:27:36] By Facundo Dominguez at https://cloud-haskell.atlassian.net/browse/DP-103 The implementation of call [1] contains a text like the following: ```...