由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - windows 下怎么让同一个程序的不同instance之间通信呢
相关主题
多个thread的通信请教牛人:上手快的交互图编程
两个线程异步通信是不是用信号最好?鼠标单击和双击有什么区别?iPhone按钮的单击和双击有什么区别(转载)
How to make sure that I get the original object or only a copy (not original) in such situation?大家看过来Re: C++ Guys!!!!
another c++ interview questionRe: Lehman Brothers C++ programmer interview
[c++] static function in a classhow to share I/O space among multiple processes??
C++做题,麻烦师傅们再看看。alloc这个函数究竟做些啥活呢?
请教goodbug等大神几个AWS的问题请推荐一本Socket Programming 的书吧
请教高手一个C++问题怎样读一个不断更新的文件
相关话题的讨论汇总
话题: instance话题: windows话题: 程序话题: 双击话题: 之间
进入Programming版参与讨论
1 (共1页)
s*******n
发帖数: 38
1
比方说我双击一个程序,出来一个instance。再双击,又出来一个instance。然后让它
们之间协同, communicate。
是不是要编一个background service program?
有这样的例子么?
B******e
发帖数: 48
2
any IPC should do.
you may want to try shared memory + event/mutex

【在 s*******n 的大作中提到】
: 比方说我双击一个程序,出来一个instance。再双击,又出来一个instance。然后让它
: 们之间协同, communicate。
: 是不是要编一个background service program?
: 有这样的例子么?

s*******n
发帖数: 38
3
Thanks!
Where can I find examples for this? For windows is better.

【在 B******e 的大作中提到】
: any IPC should do.
: you may want to try shared memory + event/mutex

1 (共1页)
进入Programming版参与讨论
相关主题
怎样读一个不断更新的文件[c++] static function in a class
实时进程间通讯问题C++做题,麻烦师傅们再看看。
linux下面的程序间通信怎么样最快?请教goodbug等大神几个AWS的问题
Semaphores in Linux (转载)请教高手一个C++问题
多个thread的通信请教牛人:上手快的交互图编程
两个线程异步通信是不是用信号最好?鼠标单击和双击有什么区别?iPhone按钮的单击和双击有什么区别(转载)
How to make sure that I get the original object or only a copy (not original) in such situation?大家看过来Re: C++ Guys!!!!
another c++ interview questionRe: Lehman Brothers C++ programmer interview
相关话题的讨论汇总
话题: instance话题: windows话题: 程序话题: 双击话题: 之间