posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [ANN] posix_mq 0.3.1 (Ruby)
@ 2010-02-13 12:16 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2010-02-13 12:16 UTC (permalink / raw)
  To: ruby.posix.mq

Almost forgot about this one, I have a short attention span
*and* no ability to comprehend what I read!

Changes:

  This fixes a misuse of the Ruby API leading to memory leaks in
  cases where message queues are continually opened and closed
  throughout the lifetime of the application.

  Fortunately applications have little reason to repeatedly open
  and close message queue descriptors: they are
  multi-thread/multi-process-safe in every way imaginable and also
  capable of non-blocking operation.

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.

* http://bogomips.org/ruby_posix_mq/
* ruby.posix.mq@librelist.com
* git://git.bogomips.org/ruby_posix_mq.git

-- 
Eric Wong


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-13 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-13 12:16 [ANN] posix_mq 0.3.1 (Ruby) Eric Wong

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).