distributed-process
distributed-process copied to clipboard
Cloud Haskell core library
## 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...
It may be better not to reimplement priority queues and use existing one instead like: https://hackage.haskell.org/package/psqueues
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...
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...
Prioritised processes need more attention, as do external handlers.
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...