views:

23

answers:

1

We do industrial automation application and we need to use VC++ application. As part of that we need windows controls which shall be developed in Visual Basic 6.0.

When we run the application with tabbed interfaces, we have approximately 5000 COM objects together.

COM object count is expected to grow.

Are are any performance overhead based on usage COM components count within the application?

so far, I don't observe any performance issue.

+1  A: 

No, IE8 does not seem to suffer from having scripts referencing many elements at the same time. I think you need to look elsewhere for performance gain.

Sheng Jiang 蒋晟