[basex-talk] Performance: associating one with many, or many with one?

2017-03-28 Thread Jay Straw
Hi List! I'm building an application in base-x that's sort of like a local music wiki: bands, members, venues, promoters, and albums and songs are some of what I'm representing in XML. And what I'm wondering is that, in a situation where there's one of something (a musician), and a bunch of somet

[basex-talk] Deadlock with concurrent write and reads in BaseX

2017-03-28 Thread Simon Chatelain
Hello all, I am facing an issue with my application using BaseX 8.6.2. Basically what I have is one thread (Add thread) receiving data from a socket as XML fragment and storing it in BaseX. On the other hand, my application provides a REST interface to retrieve data from the DB. When retrie