ipc
windows .net cross process synchronization
I need to do some cross process synchronization. Process B should do some actions only when Process A is running.[详细]
2023-03-22 13:55 分类:问答C# Removing multiple disconnected IPC$ remote shares via "net use" command?
Issuing the \'Net Use\' command f开发者_StackOverflow中文版rom within the CMD prompt shows 50+ disconnected remote IPC$ shares in the following format:[详细]
2023-03-22 07:00 分类:问答What key to put on the receiver side of Linux message queues?
I have created a message queue and the sender part successfully creates and sends the message to the message queue.[详细]
2023-03-21 19:16 分类:问答IPC in Mono & .NET
I am implementing a configuartion mechanism (GUI) for my windows service which is to be portable (linux daemon) via mono. I am using the app.config file and planned to expose methods used to write to[详细]
2023-03-19 22:20 分类:问答Regulating IPC between two processes with mutex
I am working on a project that creates two processes and I want to regulate the IPC between them. The processes are created with the createProces function, and I want to use a mutex to do some IPC.[详细]
2023-03-19 05:04 分类:问答Does umask affect message queues?
In Ubuntu Linux, does changing umask of the system (by calling umask() in a program for example), affect the creation and usage of the IPC facilities like message q开发者_如何学Goueues on the system?F[详细]
2023-03-19 00:23 分类:问答Why use parcelable when you can perform the same task using static variables?
i am new in android and java ... i am reading from couples of day about android parceling tutorial for transfer data or variables values from one activity to other or one class to other ... but i am开[详细]
2023-03-18 18:17 分类:问答Efficient (low latency) ways to communicate between processes?
I\'m interested in creating a module that provides new data at around 30hz and want to feed it to applications with the lowest possible latency (because of UI issues applications needs to respond and[详细]
2023-03-18 07:36 分类:问答Boost shared memory. How many processes are currently using the shared memory?
I am sharing some memory between processes, using the boost library; boost::interprocess::managed_shared_memory managed_shm(boost::interprocess::open_or_create, \"shm\", 1024);[详细]
2023-03-18 04:40 分类:问答Java app & C++ app integration / communication
We have two code bases, one written in C++ (MS VS 6) and another in Java (JDK 6). Looking for creative ways to make the two talk to each other.[详细]
2023-03-18 01:39 分类:问答