Right now, i'm doing this in flex 1.5. Jon
--- David Mendels <[EMAIL PROTECTED]> wrote: > Hello, > > Flex 1.5 or 2.0? > > -David > > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonathan Hirschi > Sent: Friday, January 20, 2006 4:11 PM > To: [email protected] > Subject: [flexcoders] Performance question - please > help! > > > > Ok, so here's the situation, i've been tasked to > write > an application that shows a ton of graphs (testing > the > performance of flex). > > i need to create like 60 objects that will be > holding > approximately 100,000 datapoints apiece > and i need to create those objects dynamically... > > is it going to be better/ more efficeient to create > the objects as a class? or does it matter? > > if i create the objects as simple objects within > the > parent document is that going to have any effect on > performance? > > ie what i have going on is that i have to show like > 60 > graphs - one per Property (like envision the graphs > they show on the perfmon) > so each property would be like hits per second, etc > and i need to show up to 200 machines in each of > those graphs... > each machine represents 1 series in the graph and > has > 60 datapoints and i need to create the objects to > hold > that dynamically. > ie each chart would be 1 object > each chart would have x number of machines in it > ie a structure of arrays of structures :) > > anyway, do you know what's going to give the best > performance...? > and/or how to create new public objects > dynamically?' > is it just public var ["blah"+i] = new object()? > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > > -- > Flexcoders Mailing List > FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > > > SPONSORED LINKS > Web site design development > <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+ > site+design+development&w2=Computer+software+development&w3=Software+des > ign+and+development&w4=Macromedia+flex&w5=Software+development+best+prac > tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ> > Computer software > development > <http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=We > b+site+design+development&w2=Computer+software+development&w3=Software+d > esign+and+development&w4=Macromedia+flex&w5=Software+development+best+pr > actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw> > Software design and > development > <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1= > Web+site+design+development&w2=Computer+software+development&w3=Software > +design+and+development&w4=Macromedia+flex&w5=Software+development+best+ > practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ> > Macromedia flex > <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+ > development&w2=Computer+software+development&w3=Software+design+and+deve > lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=1 > 66&.sig=OO6nPIrz7_EpZI36cYzBjw> Software > development best > practice > <http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice& > w1=Web+site+design+development&w2=Computer+software+development&w3=Softw > are+design+and+development&w4=Macromedia+flex&w5=Software+development+be > st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw> > > > ________________________________ > > YAHOO! GROUPS LINKS > > > > * Visit your group "flexcoders > <http://groups.yahoo.com/group/flexcoders> " on the > web. > > * To unsubscribe from this group, send an email > to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > > * Your use of Yahoo! Groups is subject to the > Yahoo! > Terms of Service <http://docs.yahoo.com/info/terms/> > . > > > ________________________________ > > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

