interprocess
C++ application: Is it possible to pass accepted TCP connection from one process to another?
So I wonder - is it possible to pass accepted TCP connection (on Windows or Unix li开发者_运维问答ke OS) from one process to another? Here the point is to pass connection - not data in a way a proxy a[详细]
2023-02-17 11:13 分类:问答Which data format for efficient socket communication in C++/Qt [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-17 02:51 分类:问答Determine IE window current URL programmatically without BHO
Could someone guide me in the direction of how I would determine IE\'s current URL programmatically without a BHO?[详细]
2023-02-16 11:16 分类:问答Bug in code using boost named_semaphore
I would keep some data in shared memory, using named semaphores to manage access: #include <boost/interprocess/sync/named_semaphore.hpp>[详细]
2023-02-16 00:32 分类:问答C#-C Interprocess communication
Okay, so I have a program written in c# that starts up a process running another program, this one written in C.Now I already worked out redirecting the stdout from the C program and picking it up on[详细]
2023-02-14 13:19 分类:问答passing a Bluetooth connection to a new Activity
I have an application that contains a main Activity, which has a very simple screen with all application setup options and a few user selections.The main screen buttons start other Activities.[详细]
2023-02-12 04:29 分类:问答How do I send code ( a class in this case) to a server/program and receive output
Here is the situation: I have a huge data set that I need quick access to. It\'s a financial data set so basically the way it\'s set up is that at each point in time, you have data for thousands of s[详细]
2023-02-11 22:37 分类:问答Android Remote methods (AIDL) vs Intents - performance & battery usage
My team is working on an Android project which consists of several Android applications which exchange data (on the same phone). The idea is to have several appli开发者_如何学Pythoncations which are c[详细]
2023-02-11 06:57 分类:问答Boost.Process - how to make a process run a function?
So I try to do something with Boost.Process though it has not been accepted into the Boost distribution yet.[详细]
2023-02-06 20:02 分类:问答Boost: is it any how possible to start a process and run a function in it?
My main point is that let\'s say we create our main function of our app which lies in one project file. We hav开发者_开发知识库e some static function in it like one with cout << \"Hello!\";. We[详细]
2023-02-06 12:06 分类:问答