Re: [Virtuoso-users] How to stop running query

2012-02-20 Thread Maxime Teissèdre
Hi, Thanks for the tnx_killall(x); command ;) It works! But it's killall as its name suggests. Due to status(); command: - ISQL and JENA JDBC are visible as in your example. - PHP ODBC and SPARL-END-POINT doesn't visible. Thanks, Maxime. 2012/2/20 Tim Haynes > On 02/13/2012 02:43 PM, Maxime T

Re: [Virtuoso-users] How to stop running query

2012-02-20 Thread Tim Haynes
On 02/13/2012 02:43 PM, Maxime Teissèdre wrote: For some details. Il use status(); and i see that for exemple: Running Statements: Time (msec) Text 5183 SPARQL SELECT ?g COUNT(*) { GRAPH ?g {?s ?p ?o.} } GROUP BY ?g ORDER BY DESC 2 22 status() But, if i want to kill the SP

Re: [Virtuoso-users] How to stop running query

2012-02-17 Thread Maxime Teissèdre
Hi, No idea? Isn't possible? Thanks, Maxime. 2012/2/13 Maxime Teissèdre > Hi, > > For some details. > > Il use status(); and i see that for exemple: > Running Statements: > Time (msec) Text > 5183 SPARQL SELECT ?g COUNT(*) { GRAPH ?g {?s ?p ?o.} } GROUP BY > ?g ORDER BY DESC 2 >

Re: [Virtuoso-users] How to stop running query

2012-02-13 Thread Maxime Teissèdre
Hi, For some details. Il use status(); and i see that for exemple: Running Statements: Time (msec) Text 5183 SPARQL SELECT ?g COUNT(*) { GRAPH ?g {?s ?p ?o.} } GROUP BY ?g ORDER BY DESC 2 22 status() But, if i want to kill the SPARQL request, i don't know how. If the request i

[Virtuoso-users] How to stop running query

2012-02-13 Thread Maxime Teissèdre
Hello, I do not find a way to stop a query. Is there a command to display the list of running query and a sort of ID and a kill command? Thank you, Maxime T.