Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Maxime Teissèdre
Thanks for the explanation. It's work. Maxime. 2012/2/13 Yrjana Rankka > On 2/13/12 12:06 PM, Maxime Teissèdre wrote: > > Hi, > > When i run the http_pending_req(); request during a sparl-end-point > requests, nothing is return. > > Adding to Patrick's reply to this message: please keep in mi

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Yrjana Rankka
On 2/13/12 12:06 PM, Maxime Teissèdre wrote: Hi, When i run the http_pending_req(); request during a sparl-end-point requests, nothing is return. Adding to Patrick's reply to this message: please keep in mind that isql is an SQL client - if a function or procedure does not return a SQL resu

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Patrick van Kleef
HI Maxime, When i run the http_pending_req(); request during a sparl-end-point requests, nothing is return. The http_pending_req() returns a vector e.g.: SQL> select http_pending_req(); VARCHAR ___

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Maxime Teissèdre
Hi, When i run the http_pending_req(); request during a sparl-end-point requests, nothing is return. Maxime. 2012/2/13 Patrick van Kleef > Hi Maxime, > > > I can disconnect Virtuoso's users (isql, php odbc, jdbc jena), but >> SPARQL-End-Point is insensitive to the order disconnect_user ('USER

Re: [Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Patrick van Kleef
Hi Maxime, I can disconnect Virtuoso's users (isql, php odbc, jdbc jena), but SPARQL-End-Point is insensitive to the order disconnect_user ('USER'); even using %. What is the way to disconnect? For HTTP requests you can use the http_kill command. http://docs.openlinksw.com/virtuoso/fn_ht

[Virtuoso-users] How to disconnect SPARQL USER

2012-02-13 Thread Maxime Teissèdre
Hello, I can disconnect Virtuoso's users (isql, php odbc, jdbc jena), but SPARQL- End-Point is insensitive to the order disconnect_user ('USER'); even using % . What is the way to disconnect? Thank you.