skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : ServiceConnectionModel
 

ServiceConnectionModel

Specifies the connection model to be used for connections to the OpenAccess SDK service. If you change to another connection model, you must delete and recreate any monitoring or event trace profiles.

Valid values

ThreadPool | Process/Connection | Thread/Connection
*Process/Connection=OpenAccess SDK creates a separate operating system process to service client connection requests.
*Thread/Connection=OpenAccess SDK creates a separate thread for each client connection requests.
*ThreadPool=A pool of threads is created with ServiceMinThreads prestarted threads and maximum ServiceMaxThreads threads. This thread pool is used to service client connection requests.

Default

Process/Connection

Type

Static
Note: This service attribute is used only in a client/server configuration.