zeroMQ: Why are zeroMQ IPC sockets slower than TCP loopback? Ask
95 views
Skip to first unread message
S M
unread,
Jun 1, 2017, 5:07:29 PM6/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zeromq
I performed the same test with same data size and same number of messages once with IPC endpoint and once with TCP loopback address and I saw a significant difference in the time for the data transport.
1) Isn't TCP supposed to be slower because of the network stack?