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, T_RP_MATCHES_RCVD 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 (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8577B20E3E; Sat, 21 May 2011 02:50:22 +0000 (UTC) Date: Fri, 20 May 2011 19:50:22 -0700 From: Eric Wong To: sleepy.penguin@librelist.org Subject: [ANN] sleepy_penguin 3.0.1 - really avoiding EINTR! Message-ID: <20110521025022.GB16940@dcvr.yhbt.net> References: <20110521012833.GA17621@dcvr.yhbt.net> <20110521012833.GA17621@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110521012833.GA17621@dcvr.yhbt.net> User-Agent: Mutt/1.5.20 (2009-06-14) List-Id: Eric Wong wrote: > Epoll#wait always waits the specified amount of time and never > raises Errno::EINTR. Just pushed out 3.0.1 that fixes a race condition and really ensures Errno::EINTR never gets raised :> -- Eric Wong