Explain the use of following COM+ services1. JIT activation : When an application needs to be scaled up for heavy transactions, the server resources can be used efficiently using Just-in-Time (JIT) activation - an automatic COM+ service. 2. Queued components : Queued components provide asynchronous message queuing. 3. Object Pooling : Object Pooling provides a pool of ready-made objects.
|