I can\'t find any useful answer for this question, although it has been asked in a different way several times.
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
If I have some sensitive data to transfer between two processes, I can create a named FIFO in /tmp and delete it after use. I want to know if this me开发者_开发技巧thod secure? How easy will it be to
Is there library usable from c++ for sharing fairly simple data (integers,floating point numbers, strings) between cooperative processes?
Our company wants to transform our current user interface to a web client. We are considering to use Microsoft\'s Silverlight for this, but it will need to communicate with our legacy C++ server appli
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to pass a value of an input variable in my program lets say#1 to another program #2 and开发者_如何转开发 i want #2 to print the data it got to screen, both are needed to be written in c++. The
If I had a single server and I had two process types A(Many processes many threads) and B(one process n-threads with n-cpu\'s), and I wanted to send a LARGE amount of one-way messages from A to B. Is
I\'m developing an application that uses IPC between a local server and a client application. There is nothing particular to it, as it\'s structured like the Qt documentation and examples.
I\'m learning Unix IPC, and my book only talks about the msg* family of functions. However while browsing the man pages I learned about the mq_ equivalents. http://techpubs.sgi.com/library/tpl/cgi-bin