• Topic
  • Discussion
  • UdaWikiWeb.GlossaryEntryServerThreads(Last) -- Owiki? , 2016-08-19 15:00:09 Edit owiki 2016-08-19 15:00:09

    Glossary of Technical Terms

    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

    ServerThreads


    [1] The ServerThreads parameter appears in the [Parameters] section of the virtuoso.ini file. This setting represents the maximum number of threads which may be used by your server. OpenLink suggests that the value which you pass to ServerThreads approximates the number of concurrent connections which you expect in your environment. Moreover, different systems may have different limitations on threads per process. However, OpenLink suspects that a value of 100 should work in most cases.

    [2] The ServerThreads parameter also occurs in the [HTTPServer] section of your virtuoso.ini file. This parameter specifies the maximum number of concurrent serviceable HTTP requests. If the number of requests exceeds the ServerThreads value, the requests shall be deferred until threads become available to serve them.


    Referenced by...