Powered by Zoomin Software. For more details please contactZoomin

DataDirect OpenAccess SDK Help

About Threading Models

  • Last Updated: May 12, 2026
  • 1 minute read
    • OpenAccess SDK
    • Version 8.1
    • Documentation

The type of connection model you choose for your OpenAccess SDK configuration partly depends on your OpenAccess SDK Server platform, the scalability. OpenAccess SDK provides the following types of connection models:

  1. The Thread/Connection connection model provides a dedicated thread for each OpenAccess SDK Client connection to an OpenAccess SDK Server. It is the default connection model for all platforms. (ServiceConnectionModel=Thread/Connection)
  2. The Process/Connection (forking) connection model creates a separate operating system process for each OpenAccess SDK Client connection request. (ServiceConnectionModel=Process/Connection)
  3. The ThreadPool connection model starts OpenAccess SDK with a preallocated minimum number of threads that can be increased when needed to a specified maximum number of threads. These threads can be shared by multiple OpenAccess SDK Clients connected to the OpenAccess SDK Server. (ServiceConnectionModel=ThreadPool)

See Allocating the Number of Threads to the Thread Pool and Returning Threads to the Thread Pool for more information about configuring how the thread-pool engine operates.

See OpenAccess SDK Service Attributes for more information about service attributes.

TitleResults for “How to create a CRG?”Also Available inAlert