Hi,
I used XCC/.Net APIs but to improve application performance, I tried initiating 
a web request to an XQY script (hosted in Marklogic HTTP server) . And then 
reading the web response via the HTTP stream chunk by chunk using .Net 
Framework APIs. This gave me tremendous performance improvement in terms of 
showing the results to the user (11 secs for XCC against .118 ms for invoking 
XQY over HTTP). My result had approx. 18000 elements each with around 600 
characters.
Dissecting the application revealed that, the major time is eaten to accumulate 
the results into one object (e.g. ResultSequence in case of XCC / string object 
in case of HTTP request). This can be reduced if I read the results in pieces.
Is there any way to read the results chunk by chunk in XCC API?
Thanks and Regards

Soumadri Roy
Mobile: 09986832356
[cid:[email protected]]



________________________________
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.

<<inline: image001.gif>>

_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to