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: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=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 zedshaw.xen.prgmr.com (zedshaw.xen.prgmr.com [64.71.167.205]) by dcvr.yhbt.net (Postfix) with ESMTP id DEFB71FC28 for ; Sun, 26 Sep 2010 06:34:28 +0000 (UTC) Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 51EA221BE4F for ; Sun, 26 Sep 2010 06:44:54 +0000 (UTC) MIME-Version: 1.0 Date: Sun, 26 Sep 2010 06:34:18 +0000 From: Eric Wong In-Reply-To: <20100926063418.GA26145@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Message-Id: <20100926063418.GA26145@dcvr.yhbt.net> Precedence: list References: <20100926063418.GA26145@dcvr.yhbt.net> Sender: sleepy.penguin@librelist.com Subject: [sleepy.penguin] [ANN] sleepy_penguin - Ruby I/O events for Linux 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://git.bogomips.org/sleepy_penguin.git Changes: Initial release -- Eric Wong