ipc
Get AppDomain for another .NET framework process
I am trying to get the AppDomain for all the开发者_运维技巧 .NET Framework processes running on my machine. Any advice on how to do that?Im not entirely clear on what you are trying to do, but if you[详细]
2023-03-03 14:34 分类:问答UNIX IPC C program only parent process can write to file, child not working
I need to use Signal to write UNIX Interprocess communication program in C. I want a parent process and child process to write to a same file.[详细]
2023-03-03 06:43 分类:问答Execute an external executable within the same process space in C++
I\'m trying to find an easy way to execute a java vm in windows using a C++ wrapper. I can use CreateProcess() to launch java.exe directly with all of my parameters that I need to give it. The problem[详细]
2023-03-02 20:01 分类:问答android: IPC remove listener
I used this tutorial to create my own :remote service. It works, but with one problem: I can\'t remove listener.[详细]
2023-03-02 12:06 分类:问答IPC with Ruby 1.8.5
I need to do IPC with Ruby 1.8.5. The catch is that it\'s the Ruby that ships with Google SketchUp, and is only a subset of the full Ruby API. So for instance, there\'s no Socket class, and no DRb.[详细]
2023-03-01 14:56 分类:问答Interprocess Communication Unix C
I have two processes, A and B.B is a process that performs some functions. Process A is the one that controls B. i.e Process A instruct process B by providing data (control and functional) to it.[详细]
2023-03-01 03:54 分类:问答Crash-resistant Java IPC
I have a Java program which depends on a native library that crashes randomly (and therefore bring down the whole JVM).[详细]
2023-03-01 03:31 分类:问答IPC on Visual Studio
I\'m trying to use IPC Unix mechanisms (pipes, shared memory, sockets) into Visual Studio IDE (still using C and C++ files), but I\'m finding it hard to know which header files I should include in ord[详细]
2023-03-01 00:08 分类:问答register callback in one application to be retrieved in another
gcc 4.6.0 c89 I have type of client server application. The server some code in an event loop that will wait for an event from the client.[详细]
2023-02-28 20:33 分类:问答IPC communication between several identical processes
Context: Linux (Ubuntu), C I have several identical minimalistic processes spawned on a single box. The processes are doing some networking, and spend most of their time stuck in poll (or select or w[详细]
2023-02-28 20:31 分类:问答