Explain JIT activation?



Explain JIT activation?..

Answer / vijayan

JIT means just-in-time activation on/off.
JIT activation defaults to off for components which are
configured in COM+, but is enabled automatically if
automatic transactions are requested.

Syntax:
class JustInTimeActivationAttribute sealed : public
Attribute

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More COM DCOM Interview Questions

Can I use com components from .net programs?

0 Answers  


how you call a dll as a COM dll.

2 Answers  


What is dcom?

0 Answers  


how do you know it is general dll or com dll

5 Answers  


Define and explain COM?

8 Answers   Microsoft,






How do you make a NET component talk to a COM component?

3 Answers   TCS,


When you call CoInitialize(NULL) function how it works internally.

8 Answers  


Once I have developed the com wrapper do I have to still register the com in registry?

0 Answers  


How can would you create an instance of the object in COM

2 Answers  


Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?

0 Answers  


What is In-proc?

4 Answers  


how to call a dll as a COM dll?

0 Answers  


Categories