Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion aleph 0.2.1-rc1 and 0.3.0-alpha1 both released

Received: by 10.204.157.134 with SMTP id b6mr2017551bkx.5.1335932654837;
        Tue, 01 May 2012 21:24:14 -0700 (PDT)
X-BeenThere: aleph-lib@googlegroups.com
Received: by 10.204.129.85 with SMTP id n21ls99006bks.6.gmail; Tue, 01 May
 2012 21:24:13 -0700 (PDT)
Received: by 10.204.141.4 with SMTP id k4mr2855037bku.6.1335932653146;
        Tue, 01 May 2012 21:24:13 -0700 (PDT)
Received: by 10.204.141.4 with SMTP id k4mr2855036bku.6.1335932653130;
        Tue, 01 May 2012 21:24:13 -0700 (PDT)
Return-Path: <ztell...@gmail.com>
Received: from mail-lpp01m010-f44.google.com (mail-lpp01m010-f44.google.com [209.85.215.44])
        by gmr-mx.google.com with ESMTPS id cs9si778058bkb.3.2012.05.01.21.24.13
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 01 May 2012 21:24:13 -0700 (PDT)
Received-SPF: pass (google.com: domain of ztell...@gmail.com designates 209.85.215.44 as permitted sender) client-ip=209.85.215.44;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ztell...@gmail.com designates 209.85.215.44 as permitted sender) smtp.mail=ztell...@gmail.com; dkim=pass header...@gmail.com
Received: by lagj5 with SMTP id j5so151366lag.31
        for <aleph-lib@googlegroups.com>; Tue, 01 May 2012 21:24:12 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=dTOAyQLrmcWEH2veO0ZvsTXPoBwKrx8NbyQkcsmMkI0=;
        b=qqLYr4TYepOYh5gQ4fhCJpfegcREEbxu2WUoRLyDKAc2gz5VBo5Z+yaGc0b/7WwpXm
         LAlhozAS7pYOu3WKDkrIK0ZY0SMbPZkzCnAQRtL295ggWivjOdCzDZ8iav5ABt4sOV2y
         D4JcHNfDT8MC9L+nLenrR9TxYR/HAM7o6yfweMvWOqKz3eKI1eKdON/hFcUflNPk7/3W
         A5uixIGFsULeKuohP0VQ5vpf5iXJziY90bjS0Ub0m7iPXzviLH5rhi1mXdUzstTHqOsB
         vaVXsZKgOincHDVcRTfkx9Hzrhto1Rcxln4KJRYxnUKTikaLan2EwFz4iPj3tK2dZwmn
         QeBw==
MIME-Version: 1.0
Received: by 10.152.131.74 with SMTP id ok10mr14399398lab.17.1335932652708;
 Tue, 01 May 2012 21:24:12 -0700 (PDT)
Received: by 10.112.6.198 with HTTP; Tue, 1 May 2012 21:24:12 -0700 (PDT)
In-Reply-To: <6103331.2816.1335900632590.JavaMail.geo-discussion-forums@ynjb15>
References: <32776610.349.1335603890328.JavaMail.geo-discussion-forums@pbgg7>
	<CAP880hE20sTFep26+VsmAYRo6PFmZy95wbHCudc5MeFJ8qM...@mail.gmail.com>
	<CADj9HBw09f-8EW-708CstQXa=mkA3VEfEUN77GMuW=V5DE0...@mail.gmail.com>
	<33128311.158.1335850045228.JavaMail.geo-discussion-forums@vbvx4>
	<CADj9HBzjvnpMsYBxSLCCk2UAPAus6NkA1hPkQ4tA2JUH2Qu...@mail.gmail.com>
	<6103331.2816.1335900632590.JavaMail.geo-discussion-forums@ynjb15>
Date: Wed, 2 May 2012 09:54:12 +0530
Message-ID: <CADj9HByzS-+0K0=xzGAjw42G6a3ZxTeMhpwXrdxVmcMNDvu...@mail.gmail.com>
Subject: Re: aleph 0.2.1-rc1 and 0.3.0-alpha1 both released
From: Zach Tellman <ztell...@gmail.com>
To: aleph-lib@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Oh, okay, in that case just (map* aleph.formats/bytes->byte-buffers
ch) and do a read-channel from that.  I had assumed no one was relying
on the fact that the output from tcp-server was a list of ByteBuffers,
only that it could be modified using aleph.formats.  Apparently I was
mistaken.  I'm going to leave this as it is, but I apologize for the
confusion.

Zach

On Wed, May 2, 2012 at 1:00 AM, Brandon Harvey <sando...@gmail.com> wrote:
> It's true I don't use gloss at all and there is no :frame argument -- I d=
o
> completely custom handling of the binary blobs I receive. =A0Is that stil=
l a
> viable use case? =A0If so, what sort of argument could I give to
> start-tcp-server to make it happy?
>