skip to main content
Introduction : About Threading Models : Allocating the Number of Threads to the Thread Pool
 

Allocating the Number of Threads to the Thread Pool

OpenAccess SDK can accommodate both low and high user activity by using a minimum number of pre-started threads in the thread pool that can be dynamically increased to accommodate peak user activity. When the OpenAccess SDK Server is started, the number of threads specified by the ServiceMinThreads service attribute will populate the thread pool to wait for data access requests from OpenAccess SDK Clients. If, during the working day, frequent user activity causes the number of threads specified by ServiceMinThreads to be active concurrently, OpenAccess SDK Server will dynamically create additional threads up to the number specified by the ServiceMaxThreads service attribute.