shared-block-ring
A shared ring over a MirageOS block device
Description
This allows 2 processes to exchange data over a shared disk, without a network connection. It also allows one process to exchange data with itself, which is useful to implement redo-logs or journals.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 07 Mar 2015
- Authors
- Maintainers
Sources
Dependencies
ocamlbuild
build
sexplib
< "113.01.00"
mirage-block-unix
<= "2.4.0"
mirage-types
< "3.0.0"
cstruct
>= "0.7.1"
ocaml
>= "4.01.0"
Reverse Dependencies