June 2012
Distributed Messaging Systems with Delphi and ZeroMQ – Colin Johnsun
ZeroMQ is a high-performance asynchronous messaging library aimed at use in scalable distributed or concurrent applications. It provides a simple socket-like interface to send and receive messages across application boundaries. In this talk we will be looking at the features of ZeroMQ and demonstrating messaging patterns like publish-and-subscribe and request-and-reply that can be achieved with it using Delphi.