named-pipes
Deadlock with WriteFile/ReadFile
I\'m using pipes and I got a kind of deadlock on WriteFile/ReadFile. Here is my code : hProbePipeRet = CreateNamedPipe([详细]
2023-04-12 18:49 分类:问答Named Pipe Server & Client - No Message
I am trying to learn how to do Named Pipes.So I created a Server and Client in LinqPad. Here is my Server:[详细]
2023-04-11 18:37 分类:问答Named pipes or TCP for client/server communication
My application supports multiple instances of the same server process (Windows Service), just like f.e. SQL Server.[详细]
2023-04-10 18:01 分类:问答Stream video from ffmpeg and capture with OpenCV
I have a video stream coming in on rtp to ffmpeg and I want to pipe this to my OpenCV tools for live streaming processing.The rtp linkage is working because I am able to send the incoming data to a fi[详细]
2023-04-08 15:50 分类:问答Global Application_Start not firing calling my service using Named Pipes
I have a service running on Named Pipes. The service should do some stuff on startup, so I defined this in the Global.asax. Now I am experiencing that this is not being when the service receives it fi[详细]
2023-04-08 03:44 分类:问答How to use Named Pipes without the computer hanging if no one connects to the network?
I’m looking for a way to communicate between programs on the same computer, and have been referred to Named P开发者_如何学Pythonipes.[详细]
2023-04-08 01:44 分类:问答Check if WCF(namedpipes) host is available?
Hi, We have a winform application that is only to be executed as a singelton, If a second instance try to start this new instance will connect to the current and transmit parameters over namedpipes.[详细]
2023-04-07 06:29 分类:问答Setup faster on-machine wcf named pipe bindings without security?
I am running a web site that has an on-the-machine wcf named pipe binding between the ASP.NET site and an API. However, since starting up new connections (named pipes) takes some 开发者_高级运维time,[详细]
2023-04-04 14:02 分类:问答What do I use as replacement of GetFileSize() for pipes?
See title. On the client side of an named pipe, I want to determine the size of the content to be read from a named pipe in order to allocate memory for a buffer to take the content.[详细]
2023-04-04 02:18 分类:问答php include directive from fifo (named pipe) files
I was looking to find a way to use \"include\" statement using a fifo (named pipe) file created with posix_mkfifo. As my expectations were high I got very depressed to see the page blocked, waiting fo[详细]
2023-04-02 19:56 分类:问答