Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 81379 invoked from network); 28 Mar 2008 17:34:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2008 17:34:43 -0000 Received: (qmail 95311 invoked by uid 500); 28 Mar 2008 17:34:39 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 95270 invoked by uid 500); 28 Mar 2008 17:34:39 -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 95259 invoked by uid 99); 28 Mar 2008 17:34:39 -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 10:34:39 -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 17:34:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83E4B234C0A7 for ; Fri, 28 Mar 2008 10:32:25 -0700 (PDT) Message-ID: <650331875.1206725545525.JavaMail.jira@brutus> Date: Fri, 28 Mar 2008 10:32: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=12583103#action_12583103 ] Alois Reitbauer commented on AXIS2-3670: ---------------------------------------- Sorry for causing confusion. The code I use is the one above. Which executes the requests in one thread in blocking mode. So there is no concurrecy. So the second request gets sent after the first one is received. The reason why I though my issue relates to the other one ist, that the application continues to work after a garbage collection, which obviously causes resources to be freed up. I ran my example using Xms and Xmx at 500 MB the application gets stuck. If I run it with a smaller heap everything works fine. > 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