Home All Groups Group Topic Archive Search About

No of Appdomains created..

Author
7 Jun 2006 9:27 AM
BabuLives
If i open a exe created in .Net,say 5 instance so how many appdomains
will be created???


Thanks in advance..

Regrads,
Satheesh

Author
7 Jun 2006 4:12 PM
Barry Kelly
"BabuLives" <satheeshbab***@gmail.com> wrote:

> If i open a exe created in .Net,say 5 instance so how many appdomains
> will be created???

An appdomain is a sub-division of a process, so if you run a .NET
executable 5 times so that there are 5 concurrent instances running,
there will be at least 5 appdomains running, at least one per
executable.

-- Barry

Author
8 Jun 2006 5:07 AM
BabuLives
Thank you..

Barry Kelly wrote:
Show quote
> "BabuLives" <satheeshbab***@gmail.com> wrote:
>
> > If i open a exe created in .Net,say 5 instance so how many appdomains
> > will be created???
>
> An appdomain is a sub-division of a process, so if you run a .NET
> executable 5 times so that there are 5 concurrent instances running,
> there will be at least 5 appdomains running, at least one per
> executable.
>
> -- Barry
>
> --
> http://barrkel.blogspot.com/

AddThis Social Bookmark Button