![]() |
#1 |
Участник
|
Danny Varghese: .NET Application Domain
Источник: http://varghesedanny.com/2012/08/10/...cation-domain/
============== I was recently listening to a recorded presentation about application domains, and wanted to know more about them. An application domain is way to run code in an isolated region inside a process. You can find out more information here. Application domains allows code to run in isolation so that if something happens, it won’t adversely affect another application. For example, Windows uses processes to run applications. If something fails, the process stops running, but it may not affect the OS. Another interesting note the Microsoft documentation provides is that you cannot communicate between the two processes running unless you use proxies. Another advantage of application domains is security, and the MS documentation gives a great example of “running several web applications in a single browser process in such a way that the controls cannot access each other’s data and resources.” I thought this is some interesting pieces of information. ![]() Источник: http://varghesedanny.com/2012/08/10/...cation-domain/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|