named-pipes
Named pipe in VB6: CallNamedPipe() failed with error 87
I am using CallNamedPipe() in VB6 to send messages to a C# named pipe server. On the server side the pipe is created by:[详细]
2023-03-08 16:13 分类:问答How to use named pipes over network?
I\'m trying to create a connection over network via named pipes. I\'m doing it as it says inmsdn. I create pipes server side with function.[详细]
2023-03-08 09:27 分类:问答using sqlldr from java
I have a Java utility for database imports. I\'d like to be able to use sqlldr for performance on oracle. I could create the control and data files, but that doesn\'t seem like The Right Thing™ to do[详细]
2023-03-07 04:26 分类:问答Exception thrown by BeginWaitForConnection when reusing a NamedPipeServerStream in .NET 4 after client disconnects
I\'m trying to use NamedPipeServerStream to create a named pipe server in .Net 4. I\'m using BeginWaitForConnection to wait for the connection, so that I can abort the wait if the server is to be shut[详细]
2023-03-06 14:43 分类:问答WriteFile() blocks (writing from C++ client to C# server via named pipe )
I am stuck here, please help. I have a C# named pipe server, the pipe is created by: new NamedPipeServerStream(pipeName, PipeDirection.InOut, numThreads);[详细]
2023-03-06 12:40 分类:问答IPC between a C# application and other applications in C++ and VB.Net
I have a C# server application and it needs to talk to and control another 3 client applications: one in C#, one in C++ and one in VB.Net. All of them are Windows Form applications. They basically nee[详细]
2023-03-05 08:18 分类:问答Prevent FIFO from closing / reuse closed FIFO
Consider the following scenario: a FIFO named test is created. In one terminal window (A) I run cat <test and in another (B) cat >test. It is now possible to write in window B and get the outpu[详细]
2023-03-05 03:43 分类:问答How to continue execution of code only when windows service is completed?
I have a Windows service which performs a fairly long running task. At the moment, I spawn a new thread, which executes a method which goes off and calls this windows service. This code looks like:[详细]
2023-03-01 04:54 分类:问答Why does a read-only open of a named pipe block?
I\'ve noticed a couple of oddities when dealing with named pipes (FIFOs) under various flavors of UNIX (Linux, FreeBSD and MacOS X) using Python.The first, and perhaps most annoying is that attempts t[详细]
2023-03-01 02:56 分类:问答Named pipes port number
Does named pipes use ports to communicate? Named pipes i u开发者_C百科se: http://msdn.microsoft.com/en-us/library/aa365150%28VS.85%29.aspxYes, when communicating with remote machines it uses ports 137[详细]
2023-02-28 20:37 分类:问答