Oleg, thank you for your reply. Is it easy to get a specific reference/paper/example that serves as a valid argument/example to avoid implementing pipelining in the httpclient? That would be very helpful to me. Because articles e.g. about Comet leave a vague impression that pipelining is already a standard implementation
Thank you very much in advance! ________________________________ From: Oleg Kalnichevski <[email protected]> To: HttpClient User Discussion <[email protected]> Sent: Mon, July 19, 2010 2:45:38 PM Subject: Re: http pipelining On Mon, 2010-07-19 at 03:26 -0700, am am wrote: > So I would have to built my own client using httpcore? Is this something > straithforward? I mean was there a reason it was prefered the httpclient to >not > > support pipelining? Are there issues in servers support for pipelining or > something similar? Yes, there are. This is the reason pipelining is disabled per default in common web browsers. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: mailto:[email protected] For additional commands, e-mail: mailto:[email protected]
