Re: [basex-talk] Global locks

2017-09-21 Thread Christian Grün
> The use of String Constructor does not avoid the global read lock Good to know, thanks. It now does [1], provided that the constructor consists of a single static strings. [1] http://files.basex.org/releases/latest/ > duration="PT0.007S" reads="(global)" > writes="(none)">count(collection(`

Re: [basex-talk] Global locks

2017-09-21 Thread Andy Bunce
The use of String Constructor does not avoid the global read lock, but I can see with some changes and a suitable set of conventions this could be made to work. Cheers /Andy count( collection(``[BEP]``)) On 20 September 2017 at 23:28, Christian Grün wrote: > > bxcode:inline-variables($xqcode-u

Re: [basex-talk] Server Variables, cached vars, etc

2017-09-21 Thread Marco Lettere
Great! M. On 21/09/2017 12:52, Christian Grün wrote: …done [1]. A new 8.7 snapshot is available [1]. [1] http://docs.basex.org/wiki/Command-Line_Options#HTTP_Server [2] http://files.basex.org/releases/latest/ On Wed, Sep 20, 2017 at 7:37 PM, Christian Grün wrote: Fabrice, Marco, thanks for

Re: [basex-talk] Server Variables, cached vars, etc

2017-09-21 Thread Christian Grün
…done [1]. A new 8.7 snapshot is available [1]. [1] http://docs.basex.org/wiki/Command-Line_Options#HTTP_Server [2] http://files.basex.org/releases/latest/ On Wed, Sep 20, 2017 at 7:37 PM, Christian Grün wrote: > Fabrice, Marco, thanks for your asseessment. After I have realized > that it’ll ta

[basex-talk] BaseX 8.6.7

2017-09-21 Thread Christian Grün
Hi all, As we’ll tackle BaseX 8.7 in the next weeks, we’ve released yet another patch release today [1]. As usual, it contains minor performance tweaks (better typing in FLWOR expressions) and bug fixes (pre-evaluation of fn:tail, GUI XQuery highlighting). Have fun, Christian [1] http://basex.or

Re: [basex-talk] DBA deployed on JBoss (Wildfly)

2017-09-21 Thread Marco Lettere
Hi Christian, thanks to your hint we managed to trace the behaviour and we found out that the DBA session was invalidated at each request (thus not passing the login). The point is that we were trying out different deployments on tomcat and Wildfly from the same browser in "rapid" succession an