tag archive 'ClientStream'

Letting processes communicate on Windows can be done on several ways. By sending Windows messages, opening network connections via sockets or via Named Pipes. Here a minimalistic example of a Named Pipe Client and also its counter part, the server. With this example code only one client can connect to the server. If you want [...]

read full post »