[basex-talk] node-basex

2016-04-03 Thread kleist-digital
Hi Andy, me again. Just saw, that you’ve also written a node-based Basex-Client. My frontend is a node-app. So far I’m using AJAX-calls, to communicate via the REST-Interface with the Basex-Server, in generell I use the run command to execute different queries. Are there any advantages

Re: [basex-talk] Async Module

2016-04-03 Thread Christian Grün
Hi Andy, > I see async:update is marked as an updating function.Is this correct as it > also returns a result? Thanks to your valuable hint, I noticed that there is no need to have an updating version at all! You can now use async:eval for both updating and non-updating queries. The new snapshot

Re: [basex-talk] [ANN] Openshift BaseX quick start v0.6

2016-04-03 Thread Andy Bunce
Hi Günter, >What did I wrong, or what did I misunderstood? Nothing. My bash start script was broken. It should be fixed now (v0.6.1) and the documentation somewhat improved. Thanks /Andy

Re: [basex-talk] Expected behaviour with full disk

2016-04-03 Thread Christian Grün
Hi James, I'm glad to hear that the XQuery check solves your problems. > I had assumed that BaseX would make a request for more disk space before trying to write to it and if it couldn’t be allocated would abort the transaction. True, that'd be nice. As the memory consumption per update varies