Hi,
Suppose BaseX receives several requests(updates/queries) (on same or different xml) almost simultaneously, how will BaseX handle this? I mean does BaseX queue all requests and process one by one or the application querying BaseX needs to ensure that a second request does not reach BaseX till the first request is completed by BaseX?
Since I am working on an application that handles operations for multiple xmls parallely, I need to design the concurrency aspect.
Thanks and regards,
Swaminathan S