Sebastian Schaffert created MARMOTTA-267:
--------------------------------------------

             Summary: 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