dev@grizzly.java.net

Re: HTTP Proxy Grizzly based

From: kedar mhaswade <kedar.mhaswade_at_gmail.com>
Date: Sun, 14 Dec 2008 18:10:27 -0800

On Sun, Dec 14, 2008 at 3:06 PM, Hubert Iwaniuk <neotyk_at_kungfoo.pl> wrote:

> Hi All,
>
> I've just created base of Grizzly based HTTP Proxy (
> http://github.com/neotyk/http-proxy/tree/master)
> I still have some problems running it as OSGi bundle, but that is secondary
> concern for now.
>
> Questions I have:
>
> 1. Is there Grizzly HTTP Client?
>
> Not yet. It's in the works. I am embarrassed to say that for some time now
:(

Something will show up soon, I promise.

Regards,
Kedar

>
> 1.
> I would like to get rid of commons-httpclient from this proxy
> implementation.
> What I would found useful is connection pooling, events on received all
> Headers, received chunk (so proxy could stream data straight to client).
> 2. Would you expect performance boost if client connections would be
> suspended when proxy is waiting for target host to reply?
>
>
> Thanks in advance,
> --
> Hubert Iwaniuk
>