Q&A

Q1:It seems like Just-in-Time (JIT) activation helps the server primarily. Is this correct?
A1: No, JIT helps both the server and the client. JIT allows the clients to hold a reference to an object as long as necessary without having to worry about consuming resources on the server. This, in turn, reduces thrashing because objects, once created, can remain active for as long as they are needed.
Q2:Can I still use COM components developed for MTS?
A2: Yes, COM+ completely supports components developed for COM and MTS. You might have to make changes to your component if you want to take advantage of some of the advanced features of COM+.
Q3:My components do not make use of transactions. Is there any reason to install them into the COM+ subsystem? ...

Get Sams Teach Yourself Microsoft® Windows® DNA Programming in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.