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

Since Travis isn't really useful for open source projects anymore, we should get CI running on a modern runner. See #354 for the ticket on evaluating different providers

Currently the type of `Control.Distributed.Process.call` is ```haskell call :: Serializable a => Static (SerializableDict a) -> NodeId -> Closure (Process a) -> Process a ``` However, it can be straightforwardly...

Software Transactional Memory is part of GHC boot libraries and is shipped together, coupled with the compiler version. ( i.e. I cannot install another version of it, other than what...

Hi, the following compile error occuring for me with dependency on distributed-process with LTS-15.0/ghc-8.8.2 ``` • Could not deduce (MonadFail Process) arising from a use of ‘fail’ distributed-process > from...

This is quite awkward to set up in travis, though on my local machine using a docker image it seems to work fine. Might be an additional use case for...

Question

Initial proposal is on the wiki [here](https://github.com/haskell-distributed/distributed-process/wiki/High-Level-Redesign-Proposal). I will be seeking feedback before getting into detailed design work.

Question

as an api consumer, i can't tell what unit the timeout is in without digging in to the source code.

See https://groups.google.com/forum/#!topic/parallel-haskell/Hr6vkpz3FB4 for background info. The heart of this topic seems to be a question as to whether we should distinguish between Haskell in the Cloud (e.g., on some IaaS/PaaS...

Question

``` haskell -- | Spawn a new process, supplying it with a new 'ReceivePort' and return -- the corresponding 'SendPort'. spawnChannel :: forall a. Typeable a => Static (SerializableDict a)...

Bug

[Imported from JIRA. Reported by Niklas Hambuechen @[email protected]) as [DP-108](https://cloud-haskell.atlassian.net/browse/DP-108) on 2015-03-15 02:48:31] Copying my posts from the #haskell-distributed IRC channel: `spawn` seems to be very slow for me, even...

Feature Request
Bug
In Progress