package shared-memory-ring-lwt

  1. Overview
  2. Docs
Shared memory rings for RPC and bytestream communications.

Install

Dune Dependency

Authors

Maintainers

Sources

shared-memory-ring-2.0.0.tbz
sha256=44b07af0fd4af57f1b5126c91d46ccf9ad83c7d019726e4c0f7b70def71f32e7
md5=344072988978d74a264bf7c431b31002

Description

Includes concrete implementations of Xen console and Xenstore rings.

Tags

org:mirage org:xapi-project

Published: 29 May 2017

README

shared-memory-ring

This repository contains a set of libraries for creating shared memory producer/consumer rings. The rings follow the Xen ABI and may be used to create or implement Xen virtual devices.

Example use:

One program wishes to create data records and push them efficiently to a second process on the same physical machine for sampling/analysis/archiving.

Example use:

A Xen virtual machine wishes to send and receive network packets to and from a backend driver domain.

Dependencies (7)

  1. mirage-profile
  2. lwt
  3. shared-memory-ring = "2.0.0"
  4. cstruct >= "2.4.1"
  5. jbuilder >= "1.0+beta9"
  6. ocamlfind build
  7. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (3)

  1. mirage-block-xen >= "1.5.2"
  2. mirage-console-xen-backend >= "2.3.2"
  3. mirage-xen >= "3.0.1"

Conflicts

None

OCaml

Innovation. Community. Security.