I want to make a client/host socket connection between two processes in the same machine.
Should I use a SocketStream/StreamSocket? It seems like this much overhead is not needed to communicate inside the same box. Do you have any recommendations?
Thanks,
todd





