From 0602e5e2f941128ad1330b45eaf48ea65b5e7327 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 23 Feb 2011 15:30:02 -0800 Subject: [PATCH] added a note about em-posixmq for EventMachine users ref: http://mid.gmane.org/AANLkTimNcWKqNSbD5GL76Z9rS3Gfi3uGusPksD2Eo+=P@mail.gmail.com --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 9ec064c..40c1137 100644 --- a/README +++ b/README @@ -32,6 +32,9 @@ network-aware message queue implementations. * Includes a generic "posix-mq-rb" command-line tool with manpage. +* {EventMachine}[http://rubyeventmachine.com/] integration via + {em-posixmq}[https://github.com/ibc/em-posixmq] + == Install Operating system support (or library emulation) for POSIX message queues -- 2.11.4.GIT