$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Interprocess support for Pipe
From: Lloyd (lloydkl.tech_at_[hidden])
Date: 2015-06-12 05:25:13
Hi,
Does boost interprocess support "pipe" like operations. That is if process
A writes something and when process B reads it, the memory content should
be reset.
If I use shared memory, it complicates things.
Thanks,
Lloyd