From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-source-folder: /home/ew/Mail/a.yhbt/2011-10.mbox.gz Return-Path: X-Original-To: normalperson@yhbt.net Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 716BB1F78B; Fri, 21 Jan 2011 23:18:08 +0000 (UTC) Date: Fri, 21 Jan 2011 23:18:08 +0000 From: Eric Wong To: sleepy.penguin@librelist.com Subject: [ANN] sleepy_penguin 1.3.0 - incremental improvements Message-ID: <20110121231808.GA1733@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) List-Id: 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