about summary refs log tree commit homepage
tag namev0.3.1 (8a826210f7f90fdc1894b67379fb0e0ebb64dc3b)
tag date2010-02-13 04:05:06 -0800
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 05e577616b...
downloadruby_posix_mq-0.3.1.tar.gz
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.