I am using CallNamedPipe() in VB6 to send messages to a C# named pipe server. On the server side the pipe is created by:
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.
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
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
I am stuck here, please help. I have a C# named pipe server, the pipe is created by: new NamedPipeServerStream(pipeName, PipeDirection.InOut, numThreads);
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
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
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:
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
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