Re: [basex-talk] Large memory basex instances

2015-04-25 Thread Luiz Matos
Hi Christian, Christophe and all. Since 2013 we are developing a middleware to the parallel XQuery processing in huge XML data. Today, we are evaluating it with BaseX in a cluster. For example, in standalone mode we have queries that do not execute in a desktop platform (4Gb RAM and -Xmx 2Gb). The

[basex-talk] Running BaseX on Solaris

2015-04-25 Thread Goetz Heller
Are there any experiences with running BaseX on Solaris? Kind regards Goetz

Re: [basex-talk] IllegalMonitorStateException at org.basex.core.locks.DBLocking

2015-04-25 Thread Jens Erat
Hi all, I'd say Simon's proposal to fix the issue pretty much nailed the issue. > One more detail: if in the unsetLockIfUnused() method in the DBLocking > class, I put the locks.remove(object) call in a synchronized(locks){} block, > the problem does not appear any more, but as I don't understand