network-transport-zeromq icon indicating copy to clipboard operation
network-transport-zeromq copied to clipboard

ZeroMQ transport for distributed-process (aka Cloud Haskell)

Results 4 network-transport-zeromq issues
Sort by recently updated
recently updated
newest added

This commit depends on #23. And introduces an approach that allowes IPC backend support. [](https://reviewable.io/reviews/tweag/network-transport-zeromq/28)

The test suite fails with the following error in our CI environment: http://hydra.cryp.to/build/521388/nixlog/1/raw. Do you have any idea how to remedy that issue?

This might not be of interest for too many, but I want to use the `ipc:///tmp/foo.sock` style zeromq backend. Just hacking ZMQ.hs and TestAPI.hs to allow this style results in...

Latest versions of zeromq can provide an information about user socket [1] this information can be used in order to improve security properties (like issue [2]) [1] https://github.com/zeromq/libzmq/commit/3aeaa6fab135aced3e762031621491c4779285c0 [2] https://cloud-haskell.atlassian.net/browse/NTTCP-7