named-pipes
Minimum OS Permissions required to create named pipe (WCF)
I have an exe that runs under the context of the logged-in user. The exe uses WCF to make开发者_如何学C itself a named pipe server (it will be called by multiple clients).[详细]
2023-01-23 07:11 分类:问答HttpWebRequest support for named pipes?
To all the .NET experts, I have a question for you. I need to do SOAP/HTTP over named pipes on Windows, in C#.(This is for a client talking to a Python library/server using SOAP for RPC.Using socket/[详细]
2023-01-23 00:42 分类:问答How to lower integrity of WCF named pipe
I have an Internet Explorer add-in, written in C#, which talks via a WCF named-pipe to a .NET desktop application.The desktop app creates the ServiceHost for the netNamedPipeBinding, and each instance[详细]
2023-01-22 14:53 分类:问答What happens to a named pipe if server crashes?
i know little about pipes but have used one to connect two processes in my code in visual C++. The pipe is working well, but I need to add error handling to the same, hence wanted to know what will ha[详细]
2023-01-19 05:07 分类:问答How do I read a FIFO/named pipe line by line from a C++/Qt Linux app?
How do I read a FIFO/named pipe line by line from a C++/Qt Linux app? Today I can open and read from a fifo from a Qt program,[详细]
2023-01-19 05:04 分类:问答NamedPipeServerStream C# proper usage - I keep getting IOExceptions
I\'ve been searching for a while but it seems to be difficult to find any definite answers on how to 开发者_运维百科recover from exceptions thrown by calling NamedPipeServerStream.BeginWaitForConnecti[详细]
2023-01-18 16:29 分类:问答How do you implement a reusable named pipe listener that runs asynchronously?
I can\'t find a good example of how to create a reusable named pipe listener that runs asynchronously. I can make a reusable listener:[详细]
2023-01-18 06:37 分类:问答named pipe in cocoa
I need to have a high performance communication between 2 applications. I tried AppleEvent but it is not really a good option. I thought to use a named pipe but I do not know how to use them in COCOA.[详细]
2023-01-17 19:07 分类:问答How to awake and enable clients of .NET Remoting server for fetch data asynchronously?
I need to perform inter process communication using .NET Remoting. For this I would share some data in form of Data(Objects) & Methods .[详细]
2023-01-16 20:39 分类:问答WCF Named pipe message size problems
I am trying to get working a WCF named pipe communication between two processes on the same computer (on XP), but I am having trouble with \"large\" messages disappearing.The messages that disappear c[详细]
2023-01-16 05:11 分类:问答