I know I'm speaking in generalities here. I'm interested in a general class of answer.

Let's say I build a complex control in a container (lots of code, does a dozen things, but not a lot of instance-specific data structures -- they're all referring to the same external data structures, just displaying the data in different ways).

Then, I use the control a dozen times in my app, in each instance using a different subset of this control's functionality.

Alternately, I build a dozen simple controls and deploy them as above.

Am I paying a large penalty in memory allocation or any other resource for deploying a custom container with excess functionality in numerous locations in my app?

-Tom




_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to