about summary refs log tree commit homepage
tag namev1.0.0 (65b8bd36ce3ae2dc2cd9cbffa0921deb2179f68d)
tag date2011-03-01 09:17:54 +0000
tagged byEric Wong <normalperson@yhbt.net>
tagged objectcommit 90b66d0a43...
downloadruby_posix_mq-1.0.0.tar.gz
posix_mq 1.0.0 - kinder, gentler message queues
There is one backwards-incompatible API change:

  POSIX_MQ#send returns +true+ on success instead of +nil+
  for consistency with POSIX_MQ#trysend.

This release adds the POSIX_MQ#trysend, POSIX_MQ#tryreceive and
POSIX_MQ#tryshift interfaces to avoid exceptions on common
EAGAIN errors for users of non-blocking queues.

Bugfixes: non-blocking behavior changes to a shared descriptor
in a different process are reflected immediately in the child
(this won't fix race conditions in your code, however).
Minor bugfixes for posix-mq-rb(1) and quieted warnings for
1.9.3dev.