Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0F5D9087 for ; Wed, 22 Feb 2012 16:52:20 +0000 (UTC) Received: (qmail 4302 invoked by uid 500); 22 Feb 2012 16:52:19 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 4217 invoked by uid 500); 22 Feb 2012 16:52:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 4208 invoked by uid 99); 22 Feb 2012 16:52:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 16:52:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of costin@gmail.com designates 209.85.161.173 as permitted sender) Received: from [209.85.161.173] (HELO mail-gx0-f173.google.com) (209.85.161.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 16:52:13 +0000 Received: by ggni1 with SMTP id i1so192462ggn.18 for ; Wed, 22 Feb 2012 08:51:53 -0800 (PST) Received-SPF: pass (google.com: domain of costin@gmail.com designates 10.60.28.168 as permitted sender) client-ip=10.60.28.168; Authentication-Results: mr.google.com; spf=pass (google.com: domain of costin@gmail.com designates 10.60.28.168 as permitted sender) smtp.mail=costin@gmail.com; dkim=pass header.i=costin@gmail.com Received: from mr.google.com ([10.60.28.168]) by 10.60.28.168 with SMTP id c8mr14792017oeh.35.1329929513027 (num_hops = 1); Wed, 22 Feb 2012 08:51:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xPL/gLpYBMN9Sse1/Kksr3S45KieCfxjrY6OuNyxj6E=; b=B05eAl61ceYV4xHOXjdPwJduh8BaypVFEqrsfFju+VGa0txTh9ox50Kai4fuXCrXvH AttOpuERE5kNWv4WtuJ+WHwUWY4omV6oy7k/oJgK7X/ZMHZbAmyhzNeC8jhfz/Q9RbJ8 lVWY42vWKWbgCwQaZ1/Ykb1DEGRgNd0sUNpEA= MIME-Version: 1.0 Received: by 10.60.28.168 with SMTP id c8mr12678222oeh.35.1329929512899; Wed, 22 Feb 2012 08:51:52 -0800 (PST) Received: by 10.182.231.65 with HTTP; Wed, 22 Feb 2012 08:51:52 -0800 (PST) In-Reply-To: <4F3D7F02.4020208@apache.org> References: <1328177144.1943.4.camel@mail.remm.hd.free.fr> <4F2A7478.1070905@apache.org> <4F2A9FC4.8060908@apache.org> <4F3A9B82.6030605@apache.org> <4F3AEF17.2070708@apache.org> <4F3B6E0F.1090701@apache.org> <4F3BFA0A.6010203@apache.org> <4F3C1123.6090105@apache.org> <4F3D7F02.4020208@apache.org> Date: Wed, 22 Feb 2012 08:51:52 -0800 Message-ID: Subject: Re: SPDY support From: Costin Manolache To: Tomcat Developers List Content-Type: multipart/alternative; boundary=e89a8ff1c4e831550f04b99058ba --e89a8ff1c4e831550f04b99058ba Content-Type: text/plain; charset=UTF-8 First part submitted. For the second: what is the process for adding a dependency ? jzlib is BSD - I added it to 'download' and build.properties. I can make it optional (i.e. skip building the code that depend on it if jzlib is missing ), but it doesn't seem to be worth it. Do automatic builders run 'ant download' ? Any concerns with it ? Costin On Thu, Feb 16, 2012 at 2:11 PM, Mark Thomas wrote: > On 16/02/2012 01:44, Costin Manolache wrote: > > That doesn't mean the application must receive the entire message as one > > byte[] > > or as a Stream. > > You can have a very large fragment but still read it in smaller buffers > and > > notify > > the user of message start and for each fragment ( I guess like xml > parsing > > ). > > I see where you are coming from now. A purely message based API would be > possible in that case. The downside is increased complexity in the > applications as they would have to maintain additional state across > messages. I'm not completely against the approach, just not yet > convinced that the trade is worth it. I'd prefer to have some hard > evidence to work with but that is unlikely to be forthcoming until folks > start using this API. With that in mind, I'm going to focus on the > various contributions folks have made and move the implementation closer > to something that is usable. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > > --e89a8ff1c4e831550f04b99058ba--