ShopSpell

ZeroMQ Messaging for Many Applications [Paperback]

$53.99       (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Hintjens, Pieter
  • Author:  Hintjens, Pieter
  • ISBN-10:  1449334067
  • ISBN-10:  1449334067
  • ISBN-13:  9781449334062
  • ISBN-13:  9781449334062
  • Publisher:  O'Reilly Media
  • Publisher:  O'Reilly Media
  • Pages:  516
  • Pages:  516
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-May-2013
  • Pub Date:  01-May-2013
  • SKU:  1449334067-11-MPOD
  • SKU:  1449334067-11-MPOD
  • Item ID: 100313239
  • Seller: ShopSpell
  • Ships in: 2 business days
  • Transit time: Up to 5 business days
  • Delivery by: Jul 01 to Jul 03
  • Notes: Brand New Book. Order Now.

Dive into ØMQ (aka ZeroMQ), the smart socket library that gives you fast, easy, message-based concurrency for your applications. With this quick-paced guide, you’ll learn hands-on how to use this scalable, lightweight, and highly flexible networking tool for exchanging messages among clusters, the cloud, and other multi-system environments.

ØMQ maintainer Pieter Hintjens takes you on a tour of real-world applications, using extended examples in C to help you work with ØMQ’s API, sockets, and patterns. Learn how to use specific ØMQ programming techniques, build multithreaded applications, and create your own messaging architectures. You’ll discover how ØMQ works with several programming languages and most operating systems—with little or no cost.

  • Learn ØMQ’s main patterns: request-reply, publish-subscribe, and pipeline
  • Work with ØMQ sockets and patterns by building several small applications
  • Explore advanced uses of ØMQ’s request-reply pattern through working examples
  • Build reliable request-reply patterns that keep working when code or hardware fails
  • Extend ØMQ’s core pub-sub patterns for performance, reliability, state distribution, and monitoring
  • Learn techniques for building a distributed architecture with ØMQ
  • Discover what’s required to build a general-purpose framework for distributed applications
Messaging for Many Applications
  • Preface
  • Learning to Work with ØMQ
    • Chapter 1: Basics
    • Chapter 2: Sockets and Patterns
    • Chapter 3: Advanced Request-Reply Patterns
    • Chapter 4: Reliable Request-Reply Patterns
    • Chapter 5: Advanced Publish-Subscribe Patterns
  • Software Engineering Using ØMQ