From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-5.1 required=3.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7E00563386A for ; Mon, 7 Sep 2015 21:40:47 +0000 (UTC) Received: from localhost ([::1]:58888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ49c-00067i-FA for dtas-all@80x24.org; Mon, 07 Sep 2015 17:40:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ49a-00067P-F0 for dtas-all@nongnu.org; Mon, 07 Sep 2015 17:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZ49X-0001Tj-8L for dtas-all@nongnu.org; Mon, 07 Sep 2015 17:40:42 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:39404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ49X-0001TQ-3A for dtas-all@nongnu.org; Mon, 07 Sep 2015 17:40:39 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 11C3863386A for ; Mon, 7 Sep 2015 21:40:37 +0000 (UTC) From: Eric Wong To: Subject: [PATCH 0/2] minor updates for readahead for -player Date: Mon, 7 Sep 2015 21:40:32 +0000 Message-Id: <20150907214034.28039-1-e@80x24.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org I'll be adding userspace readahead for playback on slow network filesystems. It'll start off as Linux-only and will stay as a separate process/executable to: a) allow tuning/modification without interrupting playback in dtas-player b) not place additional demands on the weak, non-RT (mainline) Ruby 2.x threading/GC system we use for dtas-player. Eric Wong (2): use a common /dev/null player: add "queue cat" command Documentation/dtas-player_protocol.txt | 5 +++++ lib/dtas.rb | 5 +++++ lib/dtas/buffer/splice.rb | 3 +-- lib/dtas/format.rb | 4 ++-- lib/dtas/player.rb | 4 +++- lib/dtas/sink.rb | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-)