----- Forwarded message from "J. Andrew Rogers" <and...@ceruleansystems.com> 
-----

From: "J. Andrew Rogers" <and...@ceruleansystems.com>
Date: Fri, 8 Apr 2011 12:27:35 -0700
To: Friends of Rohit Khare <f...@xent.com>
Subject: Re: [FoRK] Cray help??  Re:  FaceBook tries to cream Google
X-Mailer: Apple Mail (2.1084)
Reply-To: Friends of Rohit Khare <f...@xent.com>


On Apr 8, 2011, at 11:15 AM, Stephen Williams wrote:
> I used RabbitMQ not long ago.  Impressed with some of it, not with a lot of 
> the rest.  Digging through Erlang to determine its real details and 
> limitations was interesting.  The group that had chosen it assumed magic that 
> was not there.  Bottlenecks were going to kill scalability using the naive 
> design.


ZeroMQ is not an MQ despite its name. It is a high-performance implementation 
of messaging design patterns, including some that are MQ-like. I believe it had 
aspirations to be an MQ many years ago but turned into an MPI-like 
high-performance messaging library that abstracts network, IPC, and in-process 
communication.

The basic network performance and scalability of ZeroMQ is similar to MPI. 
Underneath the hood it is just a collection of lockless, async structures 
grafted to the usual operating system hooks. 

Thinking of it as a competitor to MPI in terms of basic functionality is 
probably the correct framing.

J. Andrew Rogers



_______________________________________________
FoRK mailing list
http://xent.com/mailman/listinfo/fork

----- End forwarded message -----
-- 
Eugen* Leitl <a href="http://leitl.org";>leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com http://postbiota.org
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE
_______________________________________________
Beowulf mailing list, Beowulf@beowulf.org sponsored by Penguin Computing
To change your subscription (digest mode or unsubscribe) visit 
http://www.beowulf.org/mailman/listinfo/beowulf

Reply via email to