From sleepy.penguin@librelist.com Fri Feb 4 23:02:22 2011 MIME-Version: 1.0 Date: Fri, 4 Feb 2011 22:30:00 +0000 From: Eric Wong In-Reply-To: <20110204223000.GA5911@dcvr.yhbt.net> List-Id: sleepy.penguin@librelist.com Message-Id: <20110204223000.GA5911@dcvr.yhbt.net> Precedence: list References: <20110204223000.GA5911@dcvr.yhbt.net> Reply-To: sleepy.penguin@librelist.com Return-Path: sleepy.penguin@librelist.com Sender: sleepy.penguin@librelist.com Subject: [ANN] sleepy_penguin 1.4.0 - Linux I/O events for Ruby To: sleepy.penguin@librelist.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit sleepy_penguin provides access to newer, Linux-only system calls to wait on events from traditionally non-I/O sources. Bindings to the eventfd, timerfd, and epoll interfaces are provided. * http://bogomips.org/sleepy_penguin/ * sleepy.penguin@librelist.com * git://bogomips.org/sleepy_penguin.git Changes: * Epoll#wait: do not automatically retry on EINTR * preliminary Inotify support * Epoll.new no longer defaults to close-on-exec TODO: FANotify + SignalFD -- Eric Wong