Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!midway!msuinfo!news From: ferguson@pleiades.cps.msu.edu (Ron Ferguson) Newsgroups: comp.lang.smalltalk,local.core Subject: Using large numbers of MVC triads Message-ID: <1991Jun30.195039.10350@msuinfo.cl.msu.edu> Date: 30 Jun 91 19:50:39 GMT Sender: news@msuinfo.cl.msu.edu Organization: Computer Science, Michigan State University, E. Lansing Lines: 19 Has anyone out there experimented with a large number of concurrent MVC triads? Our group is putting together a tree browser, and would like to have an individual pop-up menu for each node in the tree. The cleanest way to do this would be to have a separate view and controller for each node, but with 20-50 nodes being shown in a window at any one time, I am concerned about performance. Given this, which is better--50 very simple controller-views, each handling its own node, or one complex controller-view that can handle the entire tree? What kind of overhead is involved in adding extra controller-views? Thanks in advance, -Ron ------------------------------------------------------------------- Ron Ferguson | "Philosophy is the childhood of the ferguson@pleiades.cps.msu.edu | mind, and the society that avoids it Michigan State AI/KBS Lab | will never grow up." -T. Nagel -------------------------------------------------------------------