Hi Bart,

The default values for the INI file params can be seen from the following 
source file:

        
https://github.com/openlink/virtuoso-opensource/blob/develop/7/binsrc/virtuoso/viconfig.c

So for UseAIO it is 0 or AsyncQueueMaxThreads it is 10 etc :

if (cfg_getlong (pconfig, section, "UseAIO", &c_c_use_aio) == -1)
    c_c_use_aio = 0;

  if (cfg_getlong (pconfig, section, "AsyncQueueMaxThreads", &c_aq_max_threads) 
== -1)
    c_aq_max_threads = 10;

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 29 Apr 2014, at 14:33, Bart Vandewoestyne <bart.vandewoest...@telenet.be> 
wrote:

> Hello list,
> 
> For some parameters in the virtuoso.ini file, the documentation on 
> http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#VIRTINI does not 
> mention their default value (for example UseAIO).
> 
> Is there a way to see what parameter values are in effect for a running 
> virtuoso instance?  E.g. if you don't specify a parameter in the 
> configuration file, how can you then see what value is being used for 
> that parameter?
> 
> Kind regards,
> Bart
> 
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
> unparalleled scalability from the best Selenium testing platform available.
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to