Hello,
I'm building a web service that along with some other things (XML
Validation, Saxon XQuery, etc) includes a BaseX processor for running
XQuery scripts. I'm wondering what is the best way to use an embedded
BaseX processor. Can some objects be shared (e.g Context,
QueryProcessor), or are they very lightweight and there is no need to
share / reuse ?
Can I get the number of the jobs running and the job status like in the
client / server mode? My intention is to make sure I can limit the
amount of the jobs running in parallel, and have more control over the
execution (maybe cancel jobs if necessary)
Thanks,
George