v0.3.1
tag8a826210f7f90fdc1894b67379fb0e0ebb64dc3b
object 05e577616b74bea99a0e43e07f28823ddda1aaf9
authorEric Wong <normalperson@yhbt.net>
Sat, 13 Feb 2010 12:05:06 +0000 (13 04:05 -0800)
posix_mq 0.3.1

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.