http pipelining

View: New views
2 Messages — Rating Filter:   Alert me  

http pipelining

by Martin Zdila-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello

is there support for http pipelining in the httpclient/httpcore 4? if not, are
thare any plans to support it?

thanks in advance
--
Martin Zdila
CTO

M-Way Solutions Slovakia s.r.o.
Letna 27, 040 01 Kosice
Slovakia

tel:+421-908-363-848
mailto:m.zdila@...
http://www.mwaysolutions.com
xmpp:zdila@... (Jabber)
skype:m.zdila

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@...
For additional commands, e-mail: httpclient-users-help@...


Re: http pipelining

by olegk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2008-06-10 at 14:35 +0200, Martin Zdila wrote:
> hello
>
> is there support for http pipelining in the httpclient/httpcore 4? if not, are
> thare any plans to support it?
>

Martin,

The trouble is that pipelining and 'expect:continue' handshaking are
(pretty much) mutually exclusive. HttpClient 4.0 provides support for
the latter because it is mandatory for HTTP/1.1 compliant HTTP agents.
HttpCore NIO extensions, however, are fully pipelining capable. There
are plans to develop an asynchronous version of HttpClient at _some_
point of time with the full support for pipelining.

There is nothing that prevents you from hacking up a custom version of
HttpClient based on HttpCore NIO.  

Cheers

Oleg

> thanks in advance


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@...
For additional commands, e-mail: httpclient-users-help@...