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

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

524


What is reliability?

604


Why we learn the 8085? Because we are in 21 century so why we learn 8085?

479


Define jit activation?

3288


What is scalability?

567






Explain the use of contextutil class?

3289


What is manageability?

635


What is integrity?

583


Explain the disadvantages of com components?

2843


Optimization technique description ?

1800


What are Interop Services?

623


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

519


How to register com+ services?

600


What is ccw?

3267


Define object pooling?

3319