ZeroMQ: Why was the ZeroMQ test on the IPC transport class slower than on the TCP loop endpoint?

I ran the same test with the same data size and the same number of messages once with the IPC endpoint and once with the loopback TCP address, and I saw a significant time difference for data transfer.
1) Shouldn't TCP be slower due to the network stack?
2) Is it related to pyzmq library?

+3


source to share





All Articles