ipc
Wait not working to sync three processes
Im a new C dev. I\'m trying to sync three processes to print [FATHER][SON][GRANDSON][FATHER][SON][GRANDSON] with this code:[详细]
2023-04-04 08:38 分类:问答Java Client Update Strategy
I\'m having some trouble deciding on the best way to distribute and update my Java application. My Java application is launched on Windows via an executable that was created from a shell script (Bat_[详细]
2023-04-04 02:28 分类:问答C++ wait problem
I have a code like this if (pid > 0) { // Child } else { // Parent } while (wait() > 0) {} And there are includes[详细]
2023-04-02 16:27 分类:问答How to filter a lot of data with IPC::Open2?
My task is to fil开发者_Python百科ter some data from perl script with external utility(the addr2line). The data size is quite large. I need to print a lot of data to stdin of program and read a lot of[详细]
2023-04-02 14:51 分类:问答Execute External function belonging to other process
I would need help with a problem. I have 2 processes running, one the Watchdog and the other a simple test process. I need process 2 to call code from the Watchdog, the reason I do this is to reduce t[详细]
2023-04-02 07:24 分类:问答how to use shared memory to communicate between two processes
I am trying to communicate between two processes. I am trying to save data(like name, phone number, address) to shared memory in one process and trying to print that data through other process.[详细]
2023-04-01 17:16 分类:问答How to transfer files between Android applications running on the same device?
I am writing an Android application that interfaces with a RESTful service.This web service essentially fronts a file system, and provides metadata as well CRUD access to the files.My application retr[详细]
2023-04-01 10:42 分类:问答How to timeout waitpid without killing the child?
I am aware of the many questions regarding waitpid and timeouts but they all cover this by killing the child from within an alarm handler.[详细]
2023-03-31 22:28 分类:问答dll to main program communication
I want to trace some text from dll module to a main program window (to a log subwindow). How can I do this correctly? (through kernel primitives, via sending messages from window to window, passing ca[详细]
2023-03-31 20:28 分类:问答IpcChannel MSDN Example : Cannot load type {0} Exception
I followed the MSDN example for the IpcChannel class : http://msdn.microsoft.com/en-us/library/system.runtime.remoting.channels.ipc.ipcchannel.aspx[详细]
2023-03-31 15:06 分类:问答