You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "yagnya dutta dhal (JIRA)" <ji...@apache.org> on 2018/04/19 05:32:00 UTC

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

yagnya dutta dhal created CXF-7717:
--------------------------------------

             Summary: 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


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)