interprocess
Interprocess communication with Lua and C#
I have an application in Lua, I want to communicate between the Lua application and a C# program. I know of several ways to do this in C# (sockets, OS pipes etc) but I can\'t find any information abo[详细]
2022-12-19 21:03 分类:问答What interprocess locking calls should I monitor?
开发者_JAVA百科I\'m monitoring a process with strace/ltrace in the hope to find and intercept a call that checks, and potentially activates some kind of globally shared lock.[详细]
2022-12-19 05:51 分类:问答Using C++ Boost memory mapped files to create disk-back data structures
I have been looking into using Boost.Interprocess to create a disk-backed data structure. The examples on Boost Documentation (http://www.boost.org/doc/libs/1_41_0/doc/html/interprocess.html) are all[详细]
2022-12-16 14:03 分类:问答Boost shared_memory_object problem with types different from char
I have a problem with boost shared_memory_object and mapped_region. I want to write a set of objects (structures) in the memory object. If the structure contains just a char, everything is ok; if I ju[详细]
2022-12-16 00:50 分类:问答Interprocess Communication / Broadcast
I have a Windows Service (implemented in C#) and I have something like a service control manager. I would like to trace messages from the service to t开发者_开发问答he service control manager (which i[详细]
2022-12-15 00:33 分类:问答high speed interprocess associative array
Is there library usable from c++ for sharing fairly simple data (integers,floating point numbers, strings) between cooperative processes?[详细]
2022-12-14 07:07 分类:问答Marshalling structs from WM_COPYDATA messages
I am trying to get a C# WPF application to communicate with another application written in C using WM_COPYDATA. The C app is trying to send a struct as follows:[详细]
2022-12-09 12:36 分类:问答How do I obtain a handle on an object from another .NET process?
In C#, I know how to run a .NET executable from code and also find out if an instance of the executable is already running.What I would like to do is if an instance is already running, obtain an insta[详细]
2022-12-07 23:47 分类:问答