[ 
https://issues.apache.org/jira/browse/MARMOTTA-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13703439#comment-13703439
 ] 

ASF subversion and git services commented on MARMOTTA-267:
----------------------------------------------------------

Commit 51448dc5e7cbb382cbf83640745fa8258473dbeb in branch refs/heads/develop 
from [~wastl]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;h=51448dc ]

implement SPARQL timeouts (MARMOTTA-267)

                
> SPARQL endpoint timeout
> -----------------------
>
>                 Key: MARMOTTA-267
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-267
>             Project: Marmotta
>          Issue Type: Bug
>            Reporter: Sebastian Schaffert
>            Assignee: Sebastian Schaffert
>
> The SPARQL endpoint should support timeouts for long-running queries to avoid 
> server overload. Since SPARQL queries with KiWi involve database operations, 
> the KiWi triplestore (SPARQL module) needs to support cancelling a running 
> query (by calling Statement.cancel()). Otherwise the best solution is to run 
> the query in one thread and have a parallel timer thread that calls 
> interrupt() on the query thread.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to