dev@grizzly.java.net

Re: Integrating LZMA support for HTTP module

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 19 Nov 2009 11:30:57 +0100

Salut,

Oleksiy Stashok wrote:
> Hi,
>
> I wanted to discuss how we can integrate LZMA support for HTTP module,
> so Noemax can go ahead with the implementation.
> First of all I've created grizzly-lzma module under trunk/extras, which
> contains LZMA implementation sources taken from [1].
> I'm proposing one patch for ProcessorTask, which will let us support
> custom compression filters, not just gzip (attached).

+1 for the patch.


>
> The actual LZMA support should be implemented by LzmaOutputFilter,
> provided by Noemax. I propose to put this filter together with
> GzipOutputFilter and other OutputFilters into grizzly-utils module,
> package "com.sun.grizzly.tcp.http11.filters" . So grizzly-utils module
> will have maven dependency on grizzly-lzma module.


Agree as well. I think offering support for LZMA by default is the way
to go.

Thanks!

-- Jeanfrancois

>
> What do you think?
>
> Thanks.
>
> WBR,
> Alexey.
>
> [1] http://www.7-zip.org/sdk.html
>
>
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: dev-help_at_grizzly.dev.java.net