named-pipes
Hyper-V: Connecting VMs through named pipe loses data
We are trying to connect two Hyper-V VMs through a serial port. Hyper-V exposes the serial port as a named pipe to the host system, and implements the server end of the named pipe. Consequentially, to[详细]
2023-02-10 04:59 分类:问答How to obtain a list of accesible named pipes on remote server?
can I somehow list named pipes on remote server from a client application? On local computer I use hFindFile = FindFirstFile(\"\\\\\\\\.\\\\pipe\\\\*\",&fdFileData);[详细]
2023-02-09 17:44 分类:问答COM port communication with Virtual PC (part 2)
This question is related to my earlier question. Connecting to the pipe is now successful, but I still cannot read (or write) any data from the port.[详细]
2023-02-08 12:30 分类:问答COM port communication with Virtual PC
I am testing an application that uses the COM-Port. The application is running in Virtual PC. I have set up the Virtual PC settings to use th开发者_运维技巧e named pipe \\.\\pipe\\mypipe for COM1-Port[详细]
2023-02-08 12:20 分类:问答Utilizing a WCF channel from an IIS ASP.net IHttpModule
I have an ASP.net project which involves using a custom IHttpModule. This module will sit in the pipeline and when certain criteria match up, it should invoke a method on a WCF service hosted in a sim[详细]
2023-02-08 02:10 分类:问答piping output from programs that do not output to STDOUT
Say I have a program that outputs to a file which is provided by an (required) argument: 开发者_StackOverflow社区[详细]
2023-02-07 23:03 分类:问答WaitNamedPipe just hangs
I\'m having trouble with the WaitNamedPipe function hanging. ...this the portion of my code relevant to the problem.I created a process, then a pipe, and the function WaitNamedPipe seems to be stuck o[详细]
2023-02-07 08:54 分类:问答Two filters circularly linked by two named pipes (FIFO) on Linux
I want to make two processes communicate with each other via two named pipes on Linux开发者_运维知识库.[详细]
2023-02-06 10:24 分类:问答Insert data into mysql table data from a FIFO pipe in linux continuously
I want to insert data from a fifo pipe into a mysql table, right now for me, this is possible until the fifo pipe process is killed,[详细]
2023-02-06 01:55 分类:问答How to reduce File IO on legacy app that writes to disk, and app that reads it in real time (.NET)
My situation is I have a legacy app which I don\'t have the code for which writes out data to disk every second or so. I have a C# program I wrote which every second reads what was written to disk and[详细]
2023-02-06 00:36 分类:问答
加载中,请稍侯......