COM+ component design consideration.
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a question regarding the COM+ design consideration. I am considering to design a COM+ host which hosts a component using containtment technique that is registered under the Component Service. However, that particular COM+ host is also registered into the Component Service. The layered view is: COM+ Host/wrapper for APP1 | | APP1 COM server object | | Component Service. My questions are: 1. What are the consideration that I need to make for such a design? 2. Do I need to consider object synchronization if the COM+ host for APP1 is in a 'Both' threading model? 3. If both the APP1 COM object and COM+ host support object pooling, what is the design consideration? Thanks.:-O leonwoo