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)