You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by GitBox <gi...@apache.org> on 2021/07/27 13:59:47 UTC

[GitHub] [aries-jax-rs-whiteboard] timothyjward opened a new pull request #116: Async invocation performance improvements

timothyjward opened a new pull request #116:
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/116


   Despite having an asynchronous option, the default CXF client is purely synchronous. Furthermore, the more advanced CXF clients are still synchronous if a custom SSLContext is used. Finally, even when asynchronous, all of the filters, interceptors, readers and writers are run on the calling thread. Performance is better with a simpler implementation which makes use of the PromiseFactory#submit() method and a SyncInvoker.
   
   Signed-off-by: Tim Ward <ti...@apache.org>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@aries.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [aries-jax-rs-whiteboard] timothyjward merged pull request #116: Async invocation performance improvements

Posted by GitBox <gi...@apache.org>.
timothyjward merged pull request #116:
URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/116


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@aries.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org