dev@grizzly.java.net

Re: HTTP Proxy Grizzly based

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 15 Dec 2008 11:10:22 +0100

Hi,

>
> 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:
> Is there Grizzly HTTP Client?
> I would like to get rid of commons-httpclient from this proxy
> implementation.
As Kedar mentioned, there is no Grizzly based HTTP client
implementation yet. But we expect to have one soon.
> What I would found useful is connection pooling, events on received
> all Headers, received chunk (so proxy could stream data straight to
> client).
Ok. We will definitely add this to HTTP client requirements.
> Would you expect performance boost if client connections would be
> suspended when proxy is waiting for target host to reply?
Performance boost... may be not. But proxy will become more scalable,
will be able to serve more clients simultaneously.

>
> Thanks in advance,
Thank you!!!

WBR,
Alexey.

>
> --
> Hubert Iwaniuk