由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Question on synchronization between processes
相关主题
pthread mutex能不能用与thread和process之间C++ Q 99-102 (转载)
请教register为什么java要用setter和getter
科普贴,fusion IO坛子里有人搞HBase的吗?
哈,居然写完了作业C++ mutex vs Java synchronized method
java里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?怎么练习multi-threading,平常工作都是用Java框架
Volatile variables do not provide any atomicity (转载)C++怎么保证2行代码atomic
一般thread-safe access多线程 编程,process 和 thread 的一些问题。
问个java String问题map shared memory to local process
相关话题的讨论汇总
话题: question话题: processes话题: process话题: between
进入Programming版参与讨论
1 (共1页)
e****u
发帖数: 121
1
Dear all,
I am having a question on my project. I am building a real time system
which includes 2-4 processes as a pipeline. I am using visual C/C++ in
windows system.
The first process is to record some real time signal. The second is to
process the recorded signal. The third process is going to process the
output from the second process....
What might be a good way to synchronize those processes and share data
between them ? Sharing memory or sharing file ? How to control the write/
r
r*********r
发帖数: 3195
2
message queue. no explicit sync needed.
1 (共1页)
进入Programming版参与讨论
相关主题
map shared memory to local processjava里用synchronized包住block就可以保护多线程同步问题了,这就是c里面的mutex吧?
请教:哪里去找 Telecommute 工作呢?Volatile variables do not provide any atomicity (转载)
请教个内存的问题一般thread-safe access
multi threading 还是 multi processing问个java String问题
pthread mutex能不能用与thread和process之间C++ Q 99-102 (转载)
请教register为什么java要用setter和getter
科普贴,fusion IO坛子里有人搞HBase的吗?
哈,居然写完了作业C++ mutex vs Java synchronized method
相关话题的讨论汇总
话题: question话题: processes话题: process话题: between