[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to