I wish to know that If protocol family AF_INET is used for local communication (IPC) in windows systems. (with loopback interface) will it be able to give performance same as AF_UNIX in unix. I tried for Named pipe in windows but it doesn't seems to me working for my case.
AF_INET when used it will go through the TCP/IP stack. which will be overhead in case of intranode communication. Please let me know for any clarification.