Re: [basex-talk] Cancelling long running query

2018-06-29 Thread Christian GrĂ¼n
Hi Shaun, There is no way to cancel a running query with the client/server architecture. The reason is that the socket communication is unidirectional: Once a job has been sent to the the server, the response will be retrieved, and no other command can be sent in parallel. If you do not need

Re: [basex-talk] Cancelling long running query

2018-06-26 Thread Peter Villadsen
-talk] Cancelling long running query Hello there, I have had a look in the documentation and was wondering, is it possible to cancel a query once it has been submitted using ClientQuery/ClientSession? Would calling close() on ClientQuery do that? Shaun

[basex-talk] Cancelling long running query

2018-06-26 Thread Shaun Flynn
Hello there, I have had a look in the documentation and was wondering, is it possible to cancel a query once it has been submitted using ClientQuery/ClientSession? Would calling close() on ClientQuery do that? Shaun