package shared-memory-ring

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

Install

Dune Dependency

Authors

Maintainers

Sources

shared-memory-ring-v3.1.0.tbz
sha256=a10bc183fa13bcb676cfe50cc2c6bc5ad6d9f280433f06e2f2dbb53ce0056518
md5=dba58a2c1da945028df10d34332ca7fe

Description

This package 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.

Tags

org:mirage org:xapi-project

Published: 17 Jan 2019

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 (5)

  1. mirage-profile
  2. ppx_cstruct >= "3.2.0"
  3. cstruct >= "2.4.1" & < "6.1.0"
  4. dune
  5. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. ounit with-test

Conflicts

None

OCaml

Innovation. Community. Security.