Fork me on GitHub

Project Notes

#109

Book notes - ZeroMQ by Pieter Hintjens, published by O’Reilly.

Notes

Table of Contents - Highlights

I. Learning to Work with ØMQ

    1. Basics
    1. Sockets and Patterns
      • The Socket API
      • Messaging Patterns
      • Handling Errors and Interrupts
    1. 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
    1. Reliable Request-Reply Patterns
    1. Advanced Publish-Subscribe Patterns

II. Software Engineering Using ØMQ

  1. The ØMQ Community
  2. Advanced Architecture Using ØMQ
  3. A Framework for Distributed Computing

Getting the Source

Example sources are maintained on GitHub

git clone https://github.com/booksbyus/zguide `

Credits and References

About LCK#109 messagingzeromqbook
Project Source on GitHub Return to the Project Catalog

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

LittleArduinoProjects LittleModelArt More on my blog