Why would you have to have an entirely new "reflection" for more than one database call? That sound like a design SNAFU to me. Looks to me like you should be having one use of reflection instead of 1000.
Jack On 4/17/05, Kevin Burton <[EMAIL PROTECTED]> wrote: > Dakota Jack wrote: > > >1000 on a page? Really? That seems very odd to me given my > >experience. What would a page like that look like? Do you have > >examples? > > > > > So psuedo code... > > - get a list of objects from your DB.. Say 500 > - for each object > tag A > tag B > tag C > fn:length > > And so forth... Thats 2000 reflection calls and about 500ms. REALLY > slow. Horribly slow in fact :-/ > > Kevin > > -- > > Use Rojo (RSS/Atom aggregator)! - visit http://rojo.com. > See irc.freenode.net #rojo if you want to chat. > > Rojo is Hiring! - http://www.rojonetworks.com/JobsAtRojo.html > > Kevin A. Burton, Location - San Francisco, CA > AIM/YIM - sfburtonator, Web - http://peerfear.org/ > GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
