cross-process
2-way Cross Process Communication
I am working on a project that i want to have a plugin-sandbox like System, However i am having issues working out 2-Way Real time Cross Process Communication. At first i thought of WCF, as it can pas[详细]
2023-04-11 01:36 分类:问答Get ListView item text from other window
I want to make a little application that changes the default playback device in windows 7. The only solution was to interact with the Sound Applet. I succeeded to get the handle to the SysListView32 w[详细]
2023-04-08 22:15 分类:问答Should I dispose a Mutex?
I\'m working on 2 Windows Services that have a common开发者_开发问答 database which I want to lock (cross-process) with a system Mutex.[详细]
2023-03-29 04:02 分类:问答Most Compatible Inter-Process Communication protocol
I am working on an media application for which I would like to provide an external API library that would allow another application to communicate with mine an query status information. My application[详细]
2023-03-28 03:26 分类:问答Is Boost IPC any good? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-14 08:17 分类:问答Avoiding cross process calls when doing Word automation via VB.net
The short version I\'ve got a Word Addin in VB.net and VSTO that exposes a COM compatible object via Word.COMAddins.Object, so that the addin functionality can be called External to Word, without acce[详细]
2023-01-19 07:18 分类:问答How can I start/stop applications on a different computer?
Is it possible for one C# (desktop) application to start and stop ap开发者_如何学JAVAplications on another machine?[详细]
2023-01-18 17:06 分类:问答Cross-process read-write synchronization primative in .NET?
Is there a read/write locking mechanism that works开发者_开发问答 across processes (similar to Mutex, but read/write instead exclusive locking)?I would like to allow concurrent read access, but exclus[详细]
2023-01-12 10:44 分类:问答Named semaphores in Python?
I have a script in python which uses a resource which can not be used by more than a certain amount of concurrent scripts running.[详细]
2022-12-29 12:58 分类:问答Rails: Making Settingslogic work with Cucumber
I can\'t seem to run Cucumber tests on views that include strings governed by Settingslogic. Scenario: Login as an existing user from homepage[详细]
2022-12-18 00:14 分类:问答