ipc
2 way communication with main exec module and dynamic lib
When I want to call a function from a dynamic linked library, I\'m using dlopen then dlsym from <dlfcn.h>.[详细]
2023-03-31 10:18 分类:问答What's the difference between named pipe and mailslot (mailbox)?
It seems these 2 IPC mechanisms are very similar with each other, is there any difference be开发者_如何学编程tween them?I think the introductions to each mechanism on MSDN answers this:[详细]
2023-03-31 03:56 分类:问答IpcChannel connection problem
I\'m using IPC at job to make a Service Program communicate with a user program.I can\'t get to have the user connect to the service program IPC.[详细]
2023-03-30 20:29 分类:问答Fastest IPC method on Windows 7
What is the fastest possible Interprocess Communication (IPC) method on Windows 7? We would like to share only a memory blocks (two-way).[详细]
2023-03-29 15:33 分类:问答IpcServerChannel properties problem
I\'ve got to write a service program and a program to maintain it in C#.I can\'t use .net 3 or 4, so I\'m stick with .Net 2.0.I\'ve learn that IPC channels could help me but I\'ve got problem using th[详细]
2023-03-29 15:14 分类:问答Which CORBA implementation to use?
In some project, SysV IPC | Posix queues are used to exchange data between processes; with upcoming Windows port of a software, \"an enormous amount of headache will be introduced without getting into[详细]
2023-03-29 08:52 分类:问答Isolating and multiply instantiating a C library in-process
We have a C library (.lib windows & .a linux) that only allows creation of a singleton and that also doesn\'t shut down properly (memory leaked and threads left alive) having been once instantiate[详细]
2023-03-29 05:16 分类:问答Sharing data across processes on linux
In my application, I have a process which forks off a chil开发者_高级运维d, say child1, and this child process writes a huge binary file on the disk and exits. The parent process then forks off anothe[详细]
2023-03-29 04:12 分类:问答Whats wrong with my code to attach and use console from another process?
Ihave server process, its allocate 开发者_如何学Pythonconsole and redirect output and input to that console. With ShellExecute this server process spawn some clients, these client know server ProcessI[详细]
2023-03-28 20:50 分类:问答What kind of IPC have event for notify?
the case is, user will open a aspx to look for file generated in runtime. Such file is generated my a managed window service at the beginning design.[详细]
2023-03-28 04:17 分类:问答