ipc
IPC: Connect for each request or keep socket open?
I am planning to use sockets (local TCP) to communicate between two processes (running locally). One process will act as a server, but both processes send messages to each other asynchronously. Should[详细]
2023-03-09 12:37 分类:问答Low-latency IPC between C++ and Java
What is the best way to implement C++/Java IPC for the following situation? (Someone recently asked a similar question, but my requirements are more specific)[详细]
2023-03-09 00:39 分类:问答How can we share the data using shared memory segment with "Object" between two managed processes?
How can I share the data between two managed processes using shared memory segments? I am using \"object\" inside C++/CLI code to share the data with some other part of memory in the other process. I[详细]
2023-03-08 02:27 分类:问答PHP Inter-process communication to monitor message queue
I\'m working on a project where I\'m generating stats for a leaderboard and several other locations. My goal with this is to have it as real-time as possible, so to that end I have implemented a Rabbi[详细]
2023-03-06 19:21 分类:问答Binding to service that was allready started by BroadcastReceiver creates new instance of service
My Application uses a service that is started by a BOOT_COMPLETE Broadc开发者_JS百科astReceiver like this:[详细]
2023-03-05 21:26 分类:问答IPC between a C# application and other applications in C++ and VB.Net
I have a C# server application and it needs to talk to and control another 3 client applications: one in C#, one in C++ and one in VB.Net. All of them are Windows Form applications. They basically nee[详细]
2023-03-05 08:18 分类:问答Communication between PHP and Python
I\'m trying to build a web interface for some python scripts. The thing is I have to use PHP (and not CGI) and some of the scripts I execute take quite some time to finish: 5-10 minutes. Is it possibl[详细]
2023-03-04 22:37 分类:问答Which command to use to execute a program within C++ code [Linux]?
Greetings, Am new to C++ and Linux. Am looking for a command that I use to execute 3 executable programs (exe/bin) in my source code, and this what i want to do:[详细]
2023-03-04 06:31 分类:问答Intra-Process Communication in Objective C
I want to know how can a child thread talk to parent thread in Objective C. I am开发者_C百科 spawning a thread from my main thread and want to intimate main thread about some action and keep continuin[详细]
2023-03-03 18:46 分类:问答basics to create a MML console in Python
I am looking to have a MML (man machine language) console written in Python as the only entry point to control and monitor a back-end process. Basically will be able to:[详细]
2023-03-03 18:43 分类:问答