Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 92209 invoked from network); 28 Mar 2008 12:42:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2008 12:42:41 -0000 Received: (qmail 11592 invoked by uid 500); 28 Mar 2008 12:42:38 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 11541 invoked by uid 500); 28 Mar 2008 12:42:37 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 11530 invoked by uid 99); 28 Mar 2008 12:42:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 05:42:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 12:42:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 35E00234C0A7 for ; Fri, 28 Mar 2008 05:40:25 -0700 (PDT) Message-ID: <42765538.1206708025204.JavaMail.jira@brutus> Date: Fri, 28 Mar 2008 05:40:25 -0700 (PDT) From: "Alois Reitbauer (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-3670) Probell using REUSE_HTTP_CLIENT - Application stalls In-Reply-To: <1028650002.1206629124358.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583007#action_12583007 ] Alois Reitbauer commented on AXIS2-3670: ---------------------------------------- Hello Michele, thank you for the example. I modified the code accordingly. Now it is working fine if i set MaxTotalConnections high enough. If I would set it to 1 it again stalls. I also have some stalls from time to time. I know that executing so many requests is not a good idea, however this is planned to be a stress test (btw. agreed on the object wait). I have identified the point where it stalls in case it stalls. See screenshot > Probell using REUSE_HTTP_CLIENT - Application stalls > ---------------------------------------------------- > > Key: AXIS2-3670 > URL: https://issues.apache.org/jira/browse/AXIS2-3670 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.3 > Reporter: Alois Reitbauer > Priority: Blocker > Attachments: Stalled call vs. executing call.jpg > > > When using REUSE_HTTP_CLIENT on a service client to reuse a http client the client application hangs after 3 executions. The reason is that it obviously waits in MultithreadedHttpConnectionManager.getConnectionWithTimeout() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org