On 4/11/12 9:14 AM, Heiko Paulheim wrote:
Dear Kingsley,

the query in question is looking for types of objects related to a resource (e.g. a person knows some scientists, has written some books, etc.), i.e.

SELECT DISTINCT ?p ?t
FROM <http://dbpedia.org>
WHERE {?s ?p <objectInQuestion>. ?s a ?t }

SELECT DISTINCT ?p ?t
FROM <http://dbpedia.org>
WHERE {<objectInQuestion> ?p ?o. ?o a ?t }

The particular query where the program terminates works fine in isolation, just like about 200 before.

I have set the timeout to 120 seconds and retry a failed query after waiting for 1 second.

Please send a SPARQL URL of a query that times out.

Kingsley

Best,
Heiko.



Am 11.04.2012 14:55, schrieb Kingsley Idehen:
On 4/11/12 6:47 AM, Heiko Paulheim wrote:
Hi all,

I am currently experiencing a repeated Bandwidth Limit Exceeded
exception, always occuring at the same position in my program (i.e.,
after a certain number of requests having been issued in a certain
time). Since the program can be properly started again afterwards (and
runs to that very point), I assume that limiting the number of requests
per minute/hour within the program would solve the problem.

Does anybody know detailed figures about the bandwith restrictions of
DBpedia, in particular w.r.t. the dbpedia.org/sparql endpoint?

Thanks,
Heiko.


What is your query?

Are you using timeouts?

The DBpedia instance is configured to serve the world and all its associated idiosyncrasies.



------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev


_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

--
Dr. Heiko Paulheim
Knowledge Engineering Group
Technische Universität Darmstadt
Phone: +49 6151 16 6634
Fax:   +49 6151 16 5482
http://www.ke.tu-darmstadt.de/staff/heiko-paulheim


--

Regards,

Kingsley Idehen 
Founder&  CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen





Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to