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-2.0.1.tbz
sha256=c3a0c4c64d4c94aef33e094e50a4c91db2b5a1151683f233cafe13fab4b863d8
md5=8e81a7961c6cf1555254a4b6bfb7f050

README.md.html

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.

OCaml

Innovation. Community. Security.