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

Erlang has tracing built in to the runtime system, which is very lightweight and has little runtime performance impact on the traced process. Traces can be set up to match...

Question

[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [DP-110](https://cloud-haskell.atlassian.net/browse/DP-110) on 2015-04-16 17:39:09] The node controller sends messages to remote nodes [sometimes](https://github.com/haskell-distributed/distributed-process/blob/d63e025008bdcc15aaf0c64ebd359b990b4f7fe5/src/Control/Distributed/Process/Node.hs#L670). When the remote node is unreachable, the NC...

Bug
In Progress

We should either document this constraint, or better, check and forward in the remote case, as we do with other control messages.

[Imported from JIRA. Reported by Facundo Dominguez @facundominguez) as [DP-101](https://cloud-haskell.atlassian.net/browse/DP-101) on 2015-02-09 20:22:23] The following program blocks because the expected ProcessMonitorNotification never arrives, but a monitor notification would be expected...

Bug
api

Currently the documentation reads: ``` -- | Test the matches in order against each message in the queue receiveWait :: [Match b] -> Process b Source ``` This is not...

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [DP-12](https://cloud-haskell.atlassian.net/browse/DP-12) on 2012-12-17 12:19:35] I would propose that we provide the basic infrastructure to register logging handlers in distributed-process-platform and...

Feature Request

See https://github.com/simonmar/distributed-process/commit/ad2d328d33bf92102f8d694886f2f44a12c68e3a.

Bug

[Imported from JIRA. Reported by Edsko de Vries @edsko) as [DP-5](https://cloud-haskell.atlassian.net/browse/DP-5) on 2012-11-07 15:51:10] Some of the backends may register processes internally (like the logger process in SimpleLocalnet), and we...

Feature Request