@hackage network-transport-zeromq0.2

ZeroMQ backend for network-transport

  • Deprecated

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      install-benchmarks
       (off by default)

      Install benchmarks executables (default benchmarks can be triggered during build using --enable-benchmarks option).

      distributed-process-tests
       (off by default)

      build test suites that require distributed-process to be installed

      unsafe
       (off by default)

      Use faster but unsafe primitives.

Implementation of the network-transport API over ZeroMQ. This provides access to the wealth of transports implemented in ZeroMQ, such as in-process, inter-process, TCP, TPIC and multicast. Furthermore, this makes it possible to encrypt and authenticate clients using ZeroMQ's security mechanisms, and increase throughput using ZeroMQ's intelligent message batching.