You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2018/04/20 13:44:00 UTC

[jira] [Commented] (CXF-7717) perfomance issue with MTOM message downloading.

    [ https://issues.apache.org/jira/browse/CXF-7717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445741#comment-16445741 ] 

Colm O hEigeartaigh commented on CXF-7717:
------------------------------------------

I don't think there is any asynchronous support there. Have you tried raising the threshold so that the attachments are not written to disk?

http://cxf.apache.org/docs/securing-cxf-services.html#SecuringCXFServices-ControllingLargeRequestPayloads

> perfomance issue with MTOM message downloading.
> -----------------------------------------------
>
>                 Key: CXF-7717
>                 URL: https://issues.apache.org/jira/browse/CXF-7717
>             Project: CXF
>          Issue Type: Bug
>         Environment: Server- tomcat 7 
> CXF library- 2.7.6
>  
>            Reporter: yagnya dutta dhal
>            Priority: Major
>
> Hi,
> We have performance issue with   MTOM message downloading .
> our application has been deployed in tomcat server and it reads some dicom image files from the network and sends to the client.
> when client application requests  for image files, cxf libraries writes  the content to the temp directory first before it sends it to the client or requester, but this hampers the performance when file size is larger,due to this synchronous in nature means first it completes the writing to the temp directory  then it sends to the requester.
> is there any configuration or modification we could do so that this can happen asynchronously.
> Any help or suggestion would be greatly appreciated.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)