posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* Posix Message Queue vs System V Message Queue
@ 2012-07-11 20:16 Iñaki Baz Castillo
  2012-07-12 11:48 ` tad.bochan
  0 siblings, 1 reply; 2+ messages in thread
From: Iñaki Baz Castillo @ 2012-07-11 20:16 UTC (permalink / raw)
  To: ruby.posix.mq

Hi, according to the doc:

"POSIX message queues allow local processes to exchange data in the
form of messages. This API is distinct from that provided by System V
message queues, but provides similar functionality."

My Ruby project [*] uses posix_mq Gem heavily. The "problem" is that
Posix mq is not supported in OSX (not a real problem for me but... you
know). So I wonder, which is the advantage of Posix MQ over System V
MQ?

And... does Ruby (1.9) include support for System V mq? I've found a project:

  http://sysvipc.rubyforge.org/

but it seems that it does not provide a like-IO object in the way
posix_mq provides, so I cannot properly integrate it with EventMachine
(I did it for EM: https://github.com/ibc/em-posixmq).

Thanks a lot for any explanation.


[*] https://github.com/versatica/OverSIP


-- 
Iñaki Baz Castillo
<ibc@aliax.net>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-12 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 20:16 Posix Message Queue vs System V Message Queue Iñaki Baz Castillo
2012-07-12 11:48 ` tad.bochan

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_posix_mq.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).