python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Interaction between WPF and UWP by named pipes
I'm trying create XBox Game Bar application (UWP). It has to receive some data from main WPF app. I use named pipes as it's described here.
WPF creates server stream this way:
PipeSecurity pipeSecurit...
Vadim
Votes: 0
Answers: 0
Is SIGPIPE signal received when reader is killed forcefully(kill -9)?
I have created a fifo using C and python programs. The fifo is created in the C program, which does the reading Operation and the writing is done in Python. My question is as follows:
If my reader(C ...
pratibhamenon
Votes: 0
Answers: 2
What is the consequence of reading synchronously from an asynchronous named pipe?
In my application, I'd like to use asynchronous pipe open but use synchronous reading and writing.
Is this mixed usage supported and if yes, are there any repercussions to it? I don't find this docume...
boot4life
Votes: 0
Answers: 0
Process Substitution in Ansible for Path-based Parameters
Many Ansible modules are designed to accept file paths as a parameter, the but lack the possibility to supply the contents of the file directly. In cases where the input data actually comes from somet...
RikuXan
Votes: 0
Answers: 1