[
https://issues.apache.org/jira/browse/CXF-5470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853262#comment-13853262
]
Anthony Communier commented on CXF-5470:
----------------------------------------
I think using async client with http async client is currently unsafe . With 5
threads, freeze occurs before sending less than 1000 requests to the same host.
I advise to not use async with current version of http async client . It could
be better to break some code (could be perhaps a 2.8.x version ?). If you mean
that it break only the use of async, you should consider that only few people
are using async (client or server). Only few people are writing post, blog on
async subject and they are few really doing async. It could be better to have
something working at 100% :) Do you have any idea when 3.0.0 will be released ?
> Usage of HttpAsyncClient with async calls is unstable
> -----------------------------------------------------
>
> Key: CXF-5470
> URL: https://issues.apache.org/jira/browse/CXF-5470
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.7.8
> Reporter: Anthony Communier
> Priority: Critical
>
> We are facing some problem using of httpasyncclient with async soap calls.
> Sometimes result are not returned. It occurs when configuration
> (org.apache.cxf.transport.http.async.usePolicy) is set with ASYNC_ONLY. This
> behaviour is not observed with the set to NEVER.
> I remark that the dependency version of httpasyncclient is 4.0-beta3. Ga
> version of httpasyncclient is not compatible with (there are some errors when
> it is used). It should be a good idea to update the version of
> httpasyncclient.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)