Hi,
I started the virtuoso service on windows with the following configurations
(configuration files attached)

I'm using the dotNetRDF
<http://www.dotnetrdf.org/content.asp?pageID=Using%20Virtuoso%20Universal%20Server>library
to make local queries to the local server (The library makes the timeout
30seconds) , but I can override the default timeout by sending a connection
string when starting the object:

VirtuosoManager manager = new
VirtuosoManager("Server=localhost;Uid=dba;pwd=dba;Connection Timeout=500");
it still times out at 30seconds (if my query is complex enough to process
in more than 30 seconds...

My project uses some complex queries, so I need the timeout property as
large as possible , how can I override that property ?

Attachment: virtuoso2.ini
Description: Binary data

Reply via email to