Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 13143 invoked from network); 19 Jul 2010 11:46:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 11:46:46 -0000 Received: (qmail 40972 invoked by uid 500); 19 Jul 2010 11:46:45 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 40612 invoked by uid 500); 19 Jul 2010 11:46:43 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 40598 invoked by uid 99); 19 Jul 2010 11:46:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 11:46:42 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [92.42.190.144] (HELO ok2cons2.nine.ch) (92.42.190.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 11:46:33 +0000 Received: from [192.168.100.100] (unknown [213.55.131.185]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ok2cons2.nine.ch (Postfix) with ESMTPSA id DC9814BA220 for ; Mon, 19 Jul 2010 13:45:42 +0200 (CEST) Subject: Re: http pipelining From: Oleg Kalnichevski To: HttpClient User Discussion In-Reply-To: <166900.21112.qm@web45504.mail.sp1.yahoo.com> References: <105255.8807.qm@web45506.mail.sp1.yahoo.com> <1279533452.25217.9.camel@ubuntu> <166900.21112.qm@web45504.mail.sp1.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 19 Jul 2010 13:45:38 +0200 Message-ID: <1279539938.25217.11.camel@ubuntu> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org