由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to share I/O space among multiple processes??
相关主题
怎样读一个不断更新的文件alloc这个函数究竟做些啥活呢?
when should use multiprocess not multithread: embedded mult (转载)请推荐一本Socket Programming 的书吧
map shared memory to local process实时进程间通讯问题
A question about page table多个thread的通信
问一个跟 memory (process address space) 的有关的问题 (转载)linux下面的程序间通信怎么样最快?
大家看过来Re: C++ Guys!!!!Semaphores in Linux (转载)
windows 下怎么让同一个程序的不同instance之间通信呢[合集] Message Queue的问题
Re: Lehman Brothers C++ programmer interviewis it possible to generate random tests for semphore/mutex/event APIs ... ?
相关话题的讨论汇总
话题: space话题: share话题: processes话题: multiple话题: among
进入Programming版参与讨论
1 (共1页)
l*****g
发帖数: 28
1
I know for normal memory we can use file mapping to share certain memory
space. But for how to share specific I/O space??
Any clue, thanks!!
t****t
发帖数: 6806
2
usually I/O space is accessed through device driver...

【在 l*****g 的大作中提到】
: I know for normal memory we can use file mapping to share certain memory
: space. But for how to share specific I/O space??
: Any clue, thanks!!

l***t
发帖数: 81
3
IPC.
1 (共1页)
进入Programming版参与讨论
相关主题
is it possible to generate random tests for semphore/mutex/event APIs ... ?问一个跟 memory (process address space) 的有关的问题 (转载)
两个线程异步通信是不是用信号最好?大家看过来Re: C++ Guys!!!!
所谓的nano second都是骗人的吧windows 下怎么让同一个程序的不同instance之间通信呢
两个process重复了,哪里错了Re: Lehman Brothers C++ programmer interview
怎样读一个不断更新的文件alloc这个函数究竟做些啥活呢?
when should use multiprocess not multithread: embedded mult (转载)请推荐一本Socket Programming 的书吧
map shared memory to local process实时进程间通讯问题
A question about page table多个thread的通信
相关话题的讨论汇总
话题: space话题: share话题: processes话题: multiple话题: among