Hi Andreas,
You said: "All update queries will be queued and then processed one by one (doesnt mather on same or different xml)."
Ideally, update queries on different xmls should be designed to run parallely? One of the reason I ask this is: Suppose I do not use
server-client architecture(I use BaseX classes directly) and I introduce concurrency controls myself, should I expect any problems if I do concurrent writes on different XML?
Thanks,
Swaminathan Sahiram
Hi Swaminathan,
BaseX is handling requests as multiple reader and single writers. All update queries will be queued and then processed one by one (doesnt mather on same or different xml).
Read queries will be processed simultaneous.We would be pleased about your results.
I need to design the concurrency aspect.
Kind regards,
Andreas (BaseX Team)