From: Len S. <le...@wi...> - 2022-09-14 11:56:10
|
Is there a way to have an XQuery script execute a xmldb:store(), then return data without waiting for the store to complete? My queries can create rather large XML variables that I’d like to save for debugging, logging, and later inspection. The stores can take quite a bit of time. So I’d like to avoid the performance hit of storing the document on the query latency, and therefore the application latency. Any suggestions for how to implement an asynchronous store? --len |