T
Tony Johansson
Hi!
Assume that have an assembly called myAssembly.exe and this must be running
in two instances then I have two alternatives.
1. Let this myAssembly.exe be running in two threads in one application
domain.
2. Let this myAssembly.exe be running in two appliaction domain using a one
thread in each.
So my question is that I will almost find it much better to use one
application domain for each assembly because
of isolation between application domain.
So when is there an advantage to use only one application domain running
several *.exe assemblies ?
//Tony
Assume that have an assembly called myAssembly.exe and this must be running
in two instances then I have two alternatives.
1. Let this myAssembly.exe be running in two threads in one application
domain.
2. Let this myAssembly.exe be running in two appliaction domain using a one
thread in each.
So my question is that I will almost find it much better to use one
application domain for each assembly because
of isolation between application domain.
So when is there an advantage to use only one application domain running
several *.exe assemblies ?
//Tony