package shared-memory-ring
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=296f20ae28ff3809c591d51d451645db55f7f43bea6b2ce44d67912b017cba85
sha512=640e7019cafd508001966b337edeab0f59373e57543a266f81897847abbe5d46b7f4f20a5d02d894938253690ae9555b4e0a0ceeb5b052acbc4a36f7b5588d46
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.
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)
- mirage-profile
-
ppx_cstruct
>= "3.2.0"
-
cstruct
>= "6.0.0"
- dune
-
ocaml
>= "4.08.0"
Dev Dependencies (1)
-
ounit
with-test
Used by (10)
-
mirage
= "0.9.0"
-
mirage-block-xen
< "1.4.0" | >= "2.0.0"
-
mirage-console-xen
>= "4.0.0"
-
mirage-console-xen-backend
>= "5.0.0"
-
mirage-net-xen
>= "1.5.0" & < "1.7.1" | >= "2.1.4"
-
mirage-unix
< "3.0.8"
- netchannel
-
shared-memory-ring-lwt
>= "3.1.0" & < "3.2.1"
-
xen-block-driver
>= "0.2.2"
- xentropyd
Conflicts
None