|
On the server, I have business logic that write out to a
file. It took 47 seconds to complete. Then I created an XMLStreamReader and
returned an OMElement from the StAXOMBuilder on the reader. Are there ways to save the 47 seconds? In another words, I
would like to stream back as soon as the write process is started. The async
way returns a message to client immediately, but they still have to wait 47
seconds before onComplete(). Kevin |
