Re: [basex-talk] Querying Basex from a web interface

2016-05-22 Thread Christian Grün
> I am going to test the caching difference again soon, on a larger subcorpus. > I'm curious to find out the results! I will incorporate results in a thesis. > If you're interested, I can definitely share the results with you when I have > finished writing them down! Sounds interesting,

Re: [basex-talk] Querying Basex from a web interface

2016-05-22 Thread Bram Vanroy | KU Leuven
Hi there Christian Thank you for the extensive answer! In the meanwhile, I have solved the issue I had that caused simultaneous queries not to fire asynchronously. The problem was a locked PHP $_SESSION variable. Not related to Basex. My bad! I am going to test the caching difference again

Re: [basex-talk] dba lags on replace resource

2016-05-22 Thread Christian Grün
Hi Marco, Something has clearly gone wrong while you were replacing resources in your database. I assume it’s a general issue, and not due to DBA, as the latter one only is only an interface. Do you think there’s some chance to make the results reproducible for us? It can also be a step-by-step

Re: [basex-talk] Faceted search

2016-05-22 Thread Christian Grün
Hi Tim, hi Gregory, As outlined by Michael, we are currently investigating if there will be enough (human and financial) resources to implement the EXPath Facet Module [1]. To everyone: We are very interested in feedback on this proposal! As outlined by Tim, one crucial aspect will be the

Re: [basex-talk] Querying Basex from a web interface

2016-05-22 Thread Christian Grün
Hi Bram, Thanks for your reply. It’s long indeed, so sorry in advance if I didn’t capture all relevant info… > The approach explained above also implies that we had to create a lot of > BaseX databases. A lot. Around 10 million of them. Impressive :) > • Would a query that

Re: [basex-talk] connection question

2016-05-22 Thread Christian Grün
Hi Genneva, Usually, we work without connection pools, because client connections in BaseX are very light-weight. To find out what problems you’ve been encountering, we’ll probably need some more details. Could you provide us with a litte, self-contained example (or SSCCE, as we like to call it)?

Re: [basex-talk] Creating db in restxq interface

2016-05-22 Thread Christian Grün
Hi Henning, The XQuery Update specification does not allow users to mix updating expressions and return data at the same time. The slides of Arve and Sabine (see [1]) will give you some hints how updates are usually performed in RESTXQ contexts. The slides are from 2013, and some convenience

Re: [basex-talk] Basex: basexhttp Failing to Start with "Server is running or permission was denied"

2016-05-22 Thread Christian Grün
Hi Sovello, It could also be the port that’s used for stopping BaseX (8985). It can be adjusted via -s [1]. Cheers Christian [1] http://docs.basex.org/wiki/Command-Line_Options#HTTP_Server On Wed, May 18, 2016 at 5:18 PM, Dirk Kirsten wrote: > Hello Sovello, > > looks like