Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 952 invoked from network); 30 Mar 2007 22:10:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 22:10:11 -0000 Received: (qmail 15816 invoked by uid 500); 30 Mar 2007 22:10:18 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 15596 invoked by uid 500); 30 Mar 2007 22:10:17 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 15585 invoked by uid 99); 30 Mar 2007 22:10:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 15:10:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [64.202.165.95] (HELO smtpauth04.prod.mesa1.secureserver.net) (64.202.165.95) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Mar 2007 15:10:08 -0700 Received: (qmail 15150 invoked from network); 30 Mar 2007 22:09:47 -0000 Received: from unknown (66.193.159.33) by smtpauth04.prod.mesa1.secureserver.net (64.202.165.95) with ESMTP; 30 Mar 2007 22:09:47 -0000 Message-ID: <460D8B73.1080701@syncadd.com> Date: Fri, 30 Mar 2007 12:13:07 -1000 From: Richard Suematsu User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: HttpClient User Discussion Subject: Servlet talking to servlet talking to servlet Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a situation where I have Servlet 1 doing a HttpClient.exec(PostMethod) to Servlet 2 doing a HttpClient.exec(PutMethod) to servlet 3. So the PostMethed doesn't return until the PutMethod returns. All are using the same instance of HttpClient. I am NOT using the MultiThreadedHttpConnectionManager. Is this supposed to work? It works on Windows, but doesn't on Linux. On linux, it freezes on the second call HttpClient.exec(PutMethod). Should I be using the MultiThreadedHttpConnectionManager? I think I should, but I don't know why it works on Windows. -- Aloha, Richard Suematsu SynCaDD Systems, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org