#109 ZeroMQ (book)
Book notes - ZeroMQ by Pieter Hintjens, published by O’Reilly.
Notes
Table of Contents - Highlights
I. Learning to Work with ØMQ
-
- Basics
-
- Sockets and Patterns
- The Socket API
- Messaging Patterns
- Handling Errors and Interrupts
- Sockets and Patterns
-
- Advanced Request-Reply Patterns
- The Request-Reply Mechanisms
- Request-Reply Combinations
- Exploring ROUTER Sockets
- The Load-Balancing Pattern
- A High-Level API for ØMQ
- The Asynchronous Client/Server Pattern
- Worked Example: Inter-Broker Routing
- Advanced Request-Reply Patterns
-
- Reliable Request-Reply Patterns
-
- Advanced Publish-Subscribe Patterns
II. Software Engineering Using ØMQ
- The ØMQ Community
- Advanced Architecture Using ØMQ
- A Framework for Distributed Computing
Getting the Source
Example sources are maintained on GitHub
git clone https://github.com/booksbyus/zguide
`
Credits and References
- ZeroMQ - O’Reilly
- ZeroMQ - goodreads
- example code source