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

## Summary Minimal example fails when nodes are using IPv6 localhost addresses. ## Context I tried the minimal example at https://hackage.haskell.org/package/distributed-process-simplelocalnet-0.2.4/docs/Control-Distributed-Process-Backend-SimpleLocalnet.html It works fine on my Windows computer using WSL2...

distributed-process-simplelocalnet

It may be better not to reimplement priority queues and use existing one instead like: https://hackage.haskell.org/package/psqueues

Question
enhancement
distributed-process-extras

Discovered via Stackage run: ``` Test suite ExchangeTests: RUNNING... ExchangeTests: user error (Pattern match failure in do expression at tests/TestUtils.hs:170:3-22) Test suite ExchangeTests: FAIL Test suite logged to: /home/ubuntu/Desktop/logs/stackage-nightly-2015-02-09/distributed-process-execution-0.1.1/test-run.out Test...

distributed-process-execution

Hello wonderful people contributing to this project :) I'm writing a distributed compiler using the client/server abstraction and ran into an issue with calls to safeCall (or other versions of...

distributed-process-client-server

Prioritised processes need more attention, as do external handlers.

distributed-process-client-server

In the [Convenient Utilities](http://hackage.haskell.org/package/async-2.2.1/docs/Control-Concurrent-Async.html#v:mapConcurrently) section in `Control.Concurrent.Async` module of `async` package, there are many, well, _convenient utilities_ exposed for running lists of `IO` actions concurrently. Is there a reason that...

distributed-process-async