T
Tony Johansson
Hi!
Here is the question: "Which of the follwing are valid reasons to create an
application domain ?"
(Choose all that apply)
A. It is the only way to launch a separe process.
B. You can remove the application domain to free up resources.
C. Application domain improve performance.
D. Application domain provide a layer of separate separation and sequrity.
According to the book is the correct answer B and D.
My comment I do aggre to these two answers but also want to add answer C.
I mean if you use processes instead of app domain and have 10 processes for
10 identical exe assembly compare to
have 10 app domain under a parent process. In this example the performance
will be better if you have 10 app domain instead of 10 processes. So as a
summary I mean that to use app domain will increase the performance.
Does anyone agree with me ?
//Tony
Here is the question: "Which of the follwing are valid reasons to create an
application domain ?"
(Choose all that apply)
A. It is the only way to launch a separe process.
B. You can remove the application domain to free up resources.
C. Application domain improve performance.
D. Application domain provide a layer of separate separation and sequrity.
According to the book is the correct answer B and D.
My comment I do aggre to these two answers but also want to add answer C.
I mean if you use processes instead of app domain and have 10 processes for
10 identical exe assembly compare to
have 10 app domain under a parent process. In this example the performance
will be better if you have 10 app domain instead of 10 processes. So as a
summary I mean that to use app domain will increase the performance.
Does anyone agree with me ?
//Tony