distributed-process icon indicating copy to clipboard operation
distributed-process copied to clipboard

Cloud Haskell core library

Results 156 distributed-process issues
Sort by recently updated
recently updated
newest added

[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...

Bug

[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: ```...

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-64](https://cloud-haskell.atlassian.net/browse/DP-64) on 2013-02-01 08:44:42] There are some _very_ useful data structures which are currently internal to d-p. I would like...

enhancement

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-66](https://cloud-haskell.atlassian.net/browse/DP-66) on 2013-02-11 22:56:25] Integrate the changes described in https://groups.google.com/forum/?fromgroups=#!topic/cloud-haskell-developers/Xb39WZSCdTI

api
feature

[Imported from JIRA. Reported by Niklas Hambuechen @[email protected]) as [DP-67](https://cloud-haskell.atlassian.net/browse/DP-67) on 2013-02-12 18:12:08] Assume I write a function ``` haskell f :: (ProcessId, ProcessId) -> Process () ``` `remotable ['f]`...

enhancement

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-71](https://cloud-haskell.atlassian.net/browse/DP-71) on 2013-03-11 16:22:25] As per https://github.com/snoyberg/posa-chapter/blob/master/warp.md#performance-of-warp, the built in timeout functionality is quite expensive (requiring an additional user thread)....

Feature Request
Bug

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-72](https://cloud-haskell.atlassian.net/browse/DP-72) on 2013-03-28 16:59:56] As (another) optimisation, we could take advantage of recent improvements to the binary package that allow...

enhancement

So... Cloud Haskell isn't likely to support the same kind of _hot code upgrade_ as Erlang any time soon, and for good reason. That model simply doesn't make sense for...

Feature Request

Not sure what this would look like but it was originally logged for -platform and I think if it has legs it's better suited here. Presumably there's not much to...

Feature Request