2012/2/22 Costin Manolache <cos...@gmail.com>:
> On Wed, Feb 22, 2012 at 8:57 AM, Mark Thomas <ma...@apache.org> wrote:
>
>> On 22/02/2012 16:51, Costin Manolache wrote:
>> > First part submitted. For the second: what is the process for adding a
>> > dependency ?
>>
>> Why do you need the dependency?
>>
>
> Spdy requires header compression - with a pre-defined dictionary (
> containing header names and common values ). It also requires 'flush' - a
> single compression context is used for all headers in the stream. AFAIK
> this is not possible with the jdk compress library.
>
> That's one of the ways spdy gets its speed - it is not optional in
> chrome/firefox.
>

1. AJP/1.3 protocol has dictionary for header names.
2. In Deflater class explicit flush operation was added in Java 1.7.

That is without knowing specifics of SPDY protocol. I'll like to hear
more details.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to