Xodus doc states it provides MVCC. This indicates, that it can be accessed concurrently. On the other hand doc for class Environment states: "It is not possible to share a single database directory between different environments."
Which is true? Can I access a Xodus database in read-only mode while it is open for some other process?