COM+ Component Requirements
Now that you've explored the critical state management concerns of COM+, look at the more tangible COM+ physical component requirements. The following list presents the eight mandatory requirements of COM+ components:
COM+ components require standard class objects with standard IClassFactory interfaces.Because COM+ controls object life span to enhance application, scalability components cannot use unorthodox object-creation techniques. Remember that COM+ intercepts all object-creation requests and can perform any number of performance-enhancing shortcuts. Only COM+ directly invokes the class factory of a COM+ object.
COM+ requires an IClassFactory::CreateInstance() that returns one new object for each call. COM+ creates ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access