don't COM+ GAC and COM+ service

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

hello friends

whilst studying I came across I don't quite understand.. what is the
difference between COM+ registered in GAC and simply registered in windows
com+ services ?

I think both are system usable.

from my understanding to install to gac we use gactutil but to install to
windows com+ its auto upon first reference.
so what the difference where the COM+ is ? between gac and com+ service in
windows ?

Thanks
Tom
 
The GAC is only a shared directory with control version for .NET asemblys,
an enterprise service running in COM+ is another story, you have JIT, object
pooling, automatic transactions, queue components, remote clients,
etc,etc,,,,

Regards,

Daniel Carbajal
Microsoft MVP
 
ahh thats right thanks

Daniel Carbajal said:
The GAC is only a shared directory with control version for .NET asemblys,
an enterprise service running in COM+ is another story, you have JIT, object
pooling, automatic transactions, queue components, remote clients,
etc,etc,,,,

Regards,

Daniel Carbajal
Microsoft MVP
 
Back
Top