Slide 9
Slide 9 text
Paired socket types
• REQ/REP - send packet, expect response
• PUSH/PULL - send/receive packet, no response
• PUB/SUB - similar to pull, packet duplicated to all
clients
• ROUTER/DEALER - accumulate and distribute
packets
• REQ/ROUTER and DEALER/REP - load balancing