From: Kjetil Kjernsmo <kjetil.kjern...@computas.com> Date: Thu, 28 May 2009 10:03:42 +0200
On Wednesday 27 May 2009 18:08:38 Hugh Williams wrote: > Currently the only timeout that can be specified is as a parameter to > a query against the SPARQL endpoint , as "&timeout=<value>" for example: Surely, this will not override an upper limit set by the server administrator? Indeed. In order to be really useful each limit should have -two- values specified in the .ini file: A maximum limit and a default limit. Queries that don't specify a limit get the default limit. Queries that do specify a limit get the smaller of the maximum limit and the requested limit. (Similar to the Unix `rlimit' facility where they are sometimes called "hard" and "soft" limits.) -- Alan Bawden baw...@creativecommons.org