From sleepy.penguin@librelist.com Sat Jan 22 00:02:20 2011 MIME-Version: 1.0 Date: Fri, 21 Jan 2011 23:18:08 +0000 From: Eric Wong In-Reply-To: <20110121231808.GA1733@dcvr.yhbt.net> List-Id: sleepy.penguin@librelist.com Message-Id: <20110121231808.GA1733@dcvr.yhbt.net> Precedence: list References: <20110121231808.GA1733@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.3.0 - incremental improvements 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: This release introduces compatibility with pre-EPOLLRDHUP systems. It also optimizes syscalls away for Epoll#set and Epoll#delete. Epoll#add, Epoll#mod and Epoll#del should no longer be needed in most code. -- Eric Wong