Updated Communication (markdown)

master
Petr Stefan 9 years ago
parent dffe3245fd
commit 5b86907458

@ -50,7 +50,7 @@ Commands:
## Broker - Worker communication
Broker is server when comminicating with worker. IP address and port are configurable, protocol is TCP. Worker socket is DEALER, broker one is ROUTER type.
Broker is server when comminicating with worker. IP address and port are configurable, protocol is TCP. Worker socket is DEALER, broker one is ROUTER type. Because of that, very first part of every (multipart) message from broker to worker must be target worker's socket identity (which is saved on it's **init** command).
Commands from broker to worker:

Loading…
Cancel
Save