On Tue, Aug 17, 2010 at 5:06 PM, Christian Grün
<christian.gruen@gmail.com> wrote:
Hi Godmar,
> I just wanted to confirm some assumptions about the safety of accessing a
> single BaseX instance from multiple JVMs, or from multiple
> org.basex.api.xqj.BXQDataSource class instances loaded by different class
> loaders in the same VM.
All read-only operations are safe and can be run via multiple JVMs and threads.
What's the safety and semantics of modifying XQuery update operations?
What's the safety and semantics of multiple read-only operations in the presence of a single instance that performs modifying updates?
- Godmar