From: Adam R. <ad...@ex...> - 2025-10-15 12:02:32
|
> My personal experience is that > lock ups occur when I try to update XQuery resources while they are in > use. Therefore I do not update the applications while they are running > production. > Theoretically that should not be possible as the XQuery whislt it is executing will hold a READ lock. Whilst the READ lock is held, any requests to update the XQuery will wait until the READ lock is released, each pending update operation will then be executed one after another, with each one taking the WRITE lock. If there is a deadlock, there must be more resources involved than just the XQuery. Would it be possible to see a dump of the lock table when that happens Pieter? -- Adam Retter eXist Core Developer { United Kingdom } ad...@ex... |