Skip to content
Snippets Groups Projects
Will Dietz's avatar
Will Dietz authored
Results in significantly better performance when optimization
is not possible.
f3bcf0f5
History
Name Last commit Last update
docker
ipcd
libipc
README.md
count.sh

ipcopter

IPC Optimization Research Implementation

Contents:

  • ipcd/
    • Trusted central manager daemon.
  • libipc/
    • Shared library linked into applications (LD_PRELOAD)
    • Hooks network functionality and coordinates with ipcd to optimize communication
  • docker/
    • Scripts for building and injecting ipcopter into a testing container.
    • See README for more information.