inter-process-communicat
how to set up my background process handler
so I\'m writing a shell that can have both foreground and background process. I have a: signal(SIGCHLD, childHandler);[详细]
2023-04-11 21:52 分类:问答A question on semaphore value if a process terminates abnormally after decrementing the semaphore value
if a process goes down after decrementing the value o开发者_StackOverflow中文版f semaphore from 1 to 0, as per my understanding the value of semaphore remains as 0.[详细]
2023-04-08 11:31 分类:问答Push notification for content resolver from content provider
I want to know if there is a way to inform content resolver/s if the content provider change data. In my case there is an app that shows data base content. There is another app, that modifies data i[详细]
2023-04-01 23:18 分类:问答How can I make two process comunicate?
I have two .net applications. One is a normal Windows Forms application while the other is a Microsoft Word COM Add-in. I\'m developping both applications with C#.[详细]
2023-03-21 16:45 分类:问答Interprocess communication with a Daemon
I want to implement a Unix daemon (let\'s call it myUnixd), and want the user to be able to interact with this daemon via the command line, for example:[详细]
2023-03-20 16:28 分类:问答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 分类:问答Insert text into the textbox of another application
How do I, using C# or C++, insert text into the textbox of another application? I did this a long time ago and seemed to remember something about using the applications HWND. But since that change for[详细]
2023-02-01 13:42 分类:问答OS-independent Inter-program communication between Python and C
I have very little idea what I\'m doing here, I\'ve never done anything like this before, but a friend and I are writing competing chess programs and they need to be able to communicate to each other.[详细]
2023-01-02 23:39 分类:问答Requirements management plugin for Trac?
Are there any requirements management plugins out there for Trac? I checked the list on Trac-Hacks and didn\'t see anything[详细]
2022-12-19 08:35 分类:问答