Are you saying that a write transaction blocks pending READ requests until the transaction has been committed?
On 7 Jan 2019, at 11:14, Christian Grün wrote:
Hi Andreas,
If you send multiple commands via a single REST operation, they will be treated as a single transaction. In order to preserve the ACID principles, no other operations will run in parallel. If you want to run concurrent operations, you should be fine if you send your commands one by one via multiple REST requests.
Best Christian
On Fri, Jan 4, 2019 at 7:35 AM Andreas Jung lists@zopyx.com wrote:
For development purposes I am running basehttp in foreground. The WebDAV endpoint seems to block while I run a larger import for REST with lots of ADD and STORE commands within one <commands>..</commands> section. The WebDAV connection times out…what is the explanation for this?
Andreas