Application Service Context Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
The ApplicationServiceContextConfigurationSection section is used to control the .
The @threadPoolSize attribute controls the number of reserved threads created in the application's default thread pool. The thread pool is used to overcome the expense of spinning up operating system threads on request, and is useful for limiting the CPU use of the server (with the understanding that additional clients will need to wait in a queue).
Each of the <add> elements in the <serviceProviders> element identifies the service class registration that should be loaded and used in the iCDR or dCDR.