named-pipes
Is it possible to change the size of a named pipe on Linux?
I know that for the current version of the Linux kernel, the size of named pipes is 64K. Is it possible to increase this size at all?[详细]
2023-02-05 07:53 分类:问答ASP.net Request Processing
I heard that when arequest goes from browser(client) to IIS ,after extension filtering (aspnet_isapi.dll)several named pipe connections are est开发者_StackOverflow中文版ablished between the ISAPI DLL[详细]
2023-02-04 14:29 分类:问答How do I set up a named pipe between .NET and MFC?
How do I set up named p开发者_开发技巧ipe between a .NET (specifically WPF) application and an MFC application running in the background?I need to provide synchronous and asynchronous messaging sendin[详细]
2023-02-04 02:37 分类:问答WCF named pipes on POS Ready 2009
We\'re building a touch screen kiosk application that will run on Windows POS Ready 2009.We need to ensure that the application is always running, so we\'ve built a watchdog process that our applicati[详细]
2023-02-03 20:59 分类:问答Why does WCF Restrict us to Only Open a Named Pipe Once per Machine?
What is the reason for opening a named pipe only once per machine? .I mean what is the reas开发者_Go百科on behind this restriction?I haven\'t tested this but it makes sense that only one listener can[详细]
2023-02-02 22:35 分类:问答Multithreaded NamePipeServer in C#
Hi I want to use NamedPipeServerStream wh开发者_JS百科ich is new from .NET 3.5 for namedpipe communication.[详细]
2023-02-01 18:27 分类:问答WCF - Fastest interprocess communication
A have a web-accessible (via basicHttpBinding) WCF service which I also want to access from other .NET services on the same machine with as higher performance as possible. I understand that the netNam[详细]
2023-01-31 21:33 分类:问答WCF HTTP and NamedPipe service
I\'m creating a WCF service which, at the moment, exposing a number of contracts using a basicHttpBinding. However, I now want to use the service locally on the same machine, and a netNamedPipeBinding[详细]
2023-01-31 14:00 分类:问答Send multiple messages between a native named pipe and a System.IO named pipe
I need to send multiple messages between a native named pipe and a System.IO named pipe.I got the code for both ends of this communication from the All-In-One Code Framework (IPC and RPC).[详细]
2023-01-31 11:01 分类:问答Using QLocalServer over QtService : how to set security attributes to named pipe created by QLocalServer?
I am trying to use QLocalServer in service application on win7. QLocalServer\'s windows implementation uses named pipes, and since winV开发者_运维技巧ista try to access it from GUI causes error. There[详细]
2023-01-30 21:43 分类:问答