|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
CLR process relationWill CLR be per-process or per application. I mean if I start two or more
instances of same application(.exe) will the CLR be two or more instances? thanks, Raj Code segments will be shared. Data segments will be instanced per process.
This is standard Windows DLL and COM startup. Mike Ober. Show quote "Raj" <R**@discussions.microsoft.com> wrote in message news:11DE2632-0A0A-443F-851B-31ECA01CBB25@microsoft.com... > Will CLR be per-process or per application. I mean if I start two or more > instances of same application(.exe) will the CLR be two or more instances? > > thanks, > Raj > |
|||||||||||||||||||||||