Mac Categories

0MQ 0.6


0MQ Fastest. Open Source. Messaging. Ever.

System Requirememts
Mac OS X 10.5 or later
Download Details
Company FastMQ Inc
Version 0.6
Post Date May 14, 2009
License GPL
File Size 679 KB
There are no screenshots

0MQ 0.6


Fastest. Open Source. Messaging. Ever.
Getting two apps to talk is always a challenge. They have to agree on what the data looks like. And what it means. They have to agree on how the data is organised into a message. XML, binary, or something else? They have to agree how to speak to each other.

They have to agree on security. They have to agree how to connect, across what networks. They need to queue messages that can't be delivered immediately. They need to detect and handle errors properly.

Many apps try to solve these problems from scratch. But you can also buy big, expensive, slow packages called "messaging systems" that handle a lot of these jobs for you.

Some of these systems even agree on standard protocols like AMQP. Using a messaging system usually costs a lot but it gives you the power to bring apps together.

Messaging used to be for big wealthy firms only, and the really fast messaging systems are still very expensive. This situation is changing.

0MQ ("ZeroMQ") final goal is to become the fastest messaging ever. The way to get performance is to optimise the whole software and hardware stack together. So, 0MQ is closely developed with major hardware firms.

0MQ is already very fast because it's already getting 30 micro-seconds end-to-end latencies and over 3 million messages a second today.

0MQ is intended to be POSIX compliant and is compatible with the following platforms:
· Mac OS X (tested on 10.5)
· Linux (tested on Debian 4.0, Ubuntu 8.0.4)
· FreeBSD (tested on 5.5 release)
· Solaris (tested on 8, 10)


Main features of 0MQ:

  • Built on standards: for frameworks, protocols, and community.
  • Demolishes any network, from 10Gb Ethernet, to 4X IB.
  • Transfers 2M messages a second on a 1Gb network with one CPU at each end.
  • End-to-end latency under twenty ?sec over TCP using custom network hardware and drivers.
  • Beats any commercial product: faster, more portable, more reliable, more usable.
  • Built for the community: GPLv3 software developed in an active community.
  • Designed for the real world: stocks, grids, real time data, streams, video, gaming.
  • Runs everywhere: the smallest devices, all operating systems, all languages.
  • Fully distributed: no central servers to crash, millions of WAN and LAN nodes.
  • Extensible framework: kernel-style drivers for custom hardware, protocols or applications.


    What's New in This Release:

  • This version introduces load-balancing capabilities, on-disk offload for the large queues, support for Mono and OpenVMS etc.