Explain JIT activation?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens when we instantiate a .NET component ?

4105


Define integrity?

3146


Explain disadvantages of com components?

515


Is com+ dead?

530


what is the relational database of tables and forms

1948






Define transaction atomicity?

3103


What is jit activation?

506


Define durability?

454


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

3350


How to register com+ services?

527


Explain the use of contextutil class?

3217


What is ccw?

3190


Explain how to register dll in com / com+ application?

3218


Is the com architecture same as .net architecture?

3111


Explain how does you handle this com components developed in other programming languages in .net?

436