about summary refs log tree commit homepage
path: root/ext/posix_mq/posix_mq.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-03-13 00:28:14 -0800
committerEric Wong <normalperson@yhbt.net>2010-03-13 00:55:11 -0800
commitaa9beecf64739ea084158ff63a92f626bfb5717d (patch)
treee0bbe78d4381617d0c9da4634847431126a308a9 /ext/posix_mq/posix_mq.c
parent437cbe78cb0f239e34f9dbf1341f5b85f96f2f25 (diff)
downloadruby_posix_mq-aa9beecf64739ea084158ff63a92f626bfb5717d.tar.gz
Small bugfixes and small API changes to avoid potential
issues/misuse are the focus of this release.

For non-blocking operation, the GVL is no longer bounced.  This
reduces synchronization/scheduling overhead when used in
non-blocking applications.

Small cleanups and documentation improvements, too.

* make POSIX_MQ#dup and POSIX_MQ#clone no-op
* do not release GVL for non-blocking operations
* do not release GVL when unlinking/opening
* POSIX_MQ#<< does not release GVL when non-blocking
* avoid shadow warnings
* README: add mailing list archives info
* POSIX_MQ#to_io works under FreeBSD, too
* fix potential race with notify(&block)
* add TODO item for using netlink under Linux
* remove non-portable #warning CPP directive
* ensure POSIX_MQ#name is clobber-proof
Diffstat (limited to 'ext/posix_mq/posix_mq.c')
0 files changed, 0 insertions, 0 deletions