From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.236.157.197 with SMTP id o45cs93172yhk; Tue, 28 Jun 2011 12:51:35 -0700 (PDT) Return-Path: <9front+bncCLqU4qzTHBDD4ajwBBoEu-ro1Q@googlegroups.com> Received-SPF: pass (google.com: domain of 9front+bncCLqU4qzTHBDD4ajwBBoEu-ro1Q@googlegroups.com designates 10.101.165.4 as permitted sender) client-ip=10.101.165.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of 9front+bncCLqU4qzTHBDD4ajwBBoEu-ro1Q@googlegroups.com designates 10.101.165.4 as permitted sender) smtp.mail=9front+bncCLqU4qzTHBDD4ajwBBoEu-ro1Q@googlegroups.com; dkim=pass header.i=9front+bncCLqU4qzTHBDD4ajwBBoEu-ro1Q@googlegroups.com Received: from mr.google.com ([10.101.165.4]) by 10.101.165.4 with SMTP id s4mr312475ano.27.1309290695224 (num_hops = 1); Tue, 28 Jun 2011 12:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:x-beenthere:received-spf:mime-version:date :message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=vLnn5rPD46wUBVT7QW+EtdQjutez3YZoy7sGxaHCA/U=; b=Y1o6ul/sgue8sgUCuMhkdsHXz+hJfZK3UEqdZKoJKyMtsfAZj8nbSrndmhdSjVRd0B bSz66+1iIELQ5PBnTYAI4dFVkOAlgFvZdoF4EQAzFa5iCw2JpEWmo9KZ0i6PQJ++pisQ PdGZ1EViUwKWGLQI+zNy/X0HomIi7BqKUaXQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:date:message-id:subject:from :to:x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:x-google-group-id:list-post :list-help:list-archive:sender:list-subscribe:list-unsubscribe :content-type; b=ohLc9WZjhbR+aeGPgzAT5hIUvUwgH0LefvN3ROOUbOeImjNrLSF4QWpvepffr5IAeW z5ZykO8538nfQJn/1XpbalvID+xIc4qR8dlEzOjS+sUxI7hMCcQO3mFDq6+BokDDjJ9u Esc3uBaXL3xz+eEinMZUW2OLRJlaS63R4ZgSE= Received: by 10.101.165.4 with SMTP id s4mr91505ano.27.1309290691549; Tue, 28 Jun 2011 12:51:31 -0700 (PDT) X-BeenThere: 9front@googlegroups.com Received: by 10.231.160.132 with SMTP id n4ls339491ibx.0.gmail; Tue, 28 Jun 2011 12:51:30 -0700 (PDT) Received: by 10.42.137.137 with SMTP id y9mr3127520ict.87.1309290690348; Tue, 28 Jun 2011 12:51:30 -0700 (PDT) Received: by 10.42.137.137 with SMTP id y9mr3127519ict.87.1309290690323; Tue, 28 Jun 2011 12:51:30 -0700 (PDT) Received: from mail-iy0-f171.google.com (mail-iy0-f171.google.com [209.85.210.171]) by gmr-mx.google.com with ESMTPS id c14si192241icn.7.2011.06.28.12.51.30 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 12:51:30 -0700 (PDT) Received-SPF: pass (google.com: domain of andreasbwagner@gmail.com designates 209.85.210.171 as permitted sender) client-ip=209.85.210.171; Received: by mail-iy0-f171.google.com with SMTP id 12so523008iyi.30 for <9front@googlegroups.com>; Tue, 28 Jun 2011 12:51:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.209.81 with SMTP id gf17mr884483ibb.60.1309290689563; Tue, 28 Jun 2011 12:51:29 -0700 (PDT) Received: by 10.231.11.201 with HTTP; Tue, 28 Jun 2011 12:51:19 -0700 (PDT) Date: Tue, 28 Jun 2011 15:51:19 -0400 Message-ID: Subject: streaming 9p From: Andreas Wagner To: 9front@googlegroups.com X-Original-Sender: andreasbwagner@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of andreasbwagner@gmail.com designates 209.85.210.171 as permitted sender) smtp.mail=andreasbwagner@gmail.com; dkim=pass (test mode) header.i=@gmail.com Reply-To: 9front@googlegroups.com Precedence: list Mailing-list: list 9front@googlegroups.com; contact 9front+owners@googlegroups.com List-ID: <9front.googlegroups.com> X-Google-Group-Id: 831096995978 List-Post: , List-Help: , List-Archive: Sender: 9front@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 How about using streaming 9p in 9front? It addresses the performance problem that seems to have in part lead to the more unix style pkg(1). http://5e.iwp9.org/slides/floren.pdf https://bitbucket.org/floren/tstream/overview - AndreasBWagner