Explain JIT activation?

Answers were Sorted based on User's Feedback



Explain JIT activation?..

Answer / swapna

The objective of JIT activation is to minimize the amount
of time for which an object lives and consumes resources on
the server.

With JIT activation, the client can hold a reference to an
object on the server for a long time, but the server
creates the object only when the client calls a method on
the object.

After the method call is completed, the object is freed and
its memory is reclaimed. JIT activation enables
applications to scale up as the number of users increases.

Is This Answer Correct ?    5 Yes 0 No

Explain JIT activation?..

Answer / virat

The COM+ Just-in-Time (JIT) Activation service allows idle
server resources to be used more productively. When a
component is configured as JIT activated, COM+ can
deactivate an instance of it while a client still holds an
active reference to the object. The next time the client
calls a method on the object, COM+ reactivates the object
transparently to the client, just in time.

Is This Answer Correct ?    2 Yes 0 No

Explain JIT activation?..

Answer / yoga

The JIT only used for covert the MISL code into the native
code

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More COM+ Interview Questions

Explain object pooling?

1 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them ?

3 Answers  


How to make a net component talk to a com component?

0 Answers  


Explain what are wrapper classes?

0 Answers  


Explain transaction atomicity?

2 Answers  






What is security?

0 Answers  


Is the com architecture same as .net architecture?

0 Answers  


What is use of ContextUtil class?

2 Answers  


Explain queued components?

1 Answers  


Explain the new three features of com+ services, which are not there in com (mts)?

0 Answers  


What is reliability?

0 Answers  


Explain JIT activation?

3 Answers  


Categories