StoneCodeMonkey
Well-known member
- Joined
- Apr 17, 2009
- Messages
- 56
- Programming Experience
- 5-10
'Hello World'.
Sorry, couldn't resist. :highly_amused:
I came across System.IO.Pipes by accident which led to downloading an example from Microsoft's All-In-One Framework on CodePlex. The VBNamedPipeServer and Client example.
Neat I thought. Just wondering, has anyone used NamedPipeServerStream before to create a server application? One that can accept connections from many other clients.
I have created several server / client applications using TCPClient and TCPListener just so I can pass information between applications. I had never heard of, let alone considered Pipes.
Before I delve into Named Pipes, does anyone have any words of wisdom or examples they would like to share?
Regards,
Sorry, couldn't resist. :highly_amused:
I came across System.IO.Pipes by accident which led to downloading an example from Microsoft's All-In-One Framework on CodePlex. The VBNamedPipeServer and Client example.
Neat I thought. Just wondering, has anyone used NamedPipeServerStream before to create a server application? One that can accept connections from many other clients.
I have created several server / client applications using TCPClient and TCPListener just so I can pass information between applications. I had never heard of, let alone considered Pipes.
Before I delve into Named Pipes, does anyone have any words of wisdom or examples they would like to share?
Regards,