From: Chris M. <ch...@de...> - 2004-05-14 03:47:04
|
Speaking as the author of the message about performance details what those results meant was don't run a heavily used web app on a PIII with 500Mb of memory and Oracle and iPlanet LDAP running at the same time ... The production figures (dual Xeon, 4Gb) showed 7 charts a second being generated. Our extranet web app (not heavily used in terms of hits per second) has pages that display 30 pie charts at a time. You can beat the draw speed with a scrollbar but they fill in pretty quickly. The other thing the performance figures show is that jCharts is one of the faster Java charting engines (versus jFreeCharts and a commercial package) Chris >Interesting. So based on that, it may not be the best choice for a >heavily used web app, say if you had several charts on each page, then >the page would take fairly long (in web terms) to load since it takes >over a second at best to create a chart? Would be nice to allow the >actual chart drawing to be done on the client somehow, guess that might >have to be flash. Or can SVG do that? |
From: Ducret, G. (MSCI) <Gil...@ms...> - 2004-05-19 07:34:04
|
If you want you can check on my web site: =20 http://www.monentrainement.com, enter the demo by clicking on the "ici" orange link. Then select "Demonstration" link, then clic on the "Statistiques" button, and then the "Graphic" link. =20 You will then see many graphs, dynamically generated on the screen. =20 My opinion is that it is quite fast regarding the volume of data. =20 Regards =20 Gilles _____ =20 From: jch...@li... [mailto:jch...@li...] On Behalf Of Travis Reeder Sent: Friday, May 14, 2004 2:49 AM To: jch...@li... Subject: Re: [jCharts-users] Performance Interesting. So based on that, it may not be the best choice for a heavily used web app, say if you had several charts on each page, then the page would take fairly long (in web terms) to load since it takes over a second at best to create a chart? Would be nice to allow the actual chart drawing to be done on the client somehow, guess that might have to be flash. Or can SVG do that? Travis Nathaniel G. Auvil wrote: try this message: =09 http://sourceforge.net/mailarchive/message.php?msg_id=3D5974726 =09 =09 =09 --- Travis Reeder <tra...@ec...> wrote: =20 I am just wondering if anybody could shed some light on the performance=20 of jcharts. We are considering using it for creating dynamic charts in=20 a fairly heavily used web application so I need to know how resource=20 intense it is to create image reports (gif/jpg). =20 =09 Thanks in advance. =09 Travis Reeder Ecommstats Web Analytics =09 =20 =09 =09 =09 =09 =09 __________________________________ Do you Yahoo!? Yahoo! Movies - Buy advance tickets for 'Shrek 2' http://movies.yahoo.com/showtimes/movie?mid=3D1808405861=20 =09 =09 ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=3D2562&alloc_id=3D6184&op=3Dclick _______________________________________________ jCharts-users mailing list jCh...@li... https://lists.sourceforge.net/lists/listinfo/jcharts-users =09 .=20 -------------------------------------------------------- =20 NOTICE: If received in error, please destroy and notify sender. Sender = does not waive confidentiality or privilege, and use is prohibited.=20 =20 |
From: Travis R. <tra...@ec...> - 2004-05-14 06:04:36
|
Ok, good to know. I'll do what the last email said about doing a mockup and see how it feels and let y'all know how it goes. Travis Chris McKay wrote: >Speaking as the author of the message about performance details what >those results meant was don't run a heavily used web app on a PIII with >500Mb of memory and Oracle and iPlanet LDAP running at the same time ... > >The production figures (dual Xeon, 4Gb) showed 7 charts a second being >generated. Our extranet web app (not heavily used in terms of hits per >second) has pages that display 30 pie charts at a time. You can beat the >draw speed with a scrollbar but they fill in pretty quickly. > >The other thing the performance figures show is that jCharts is one of >the faster Java charting engines (versus jFreeCharts and a commercial >package) > >Chris > > > >>Interesting. So based on that, it may not be the best choice for a >>heavily used web app, say if you had several charts on each page, then >>the page would take fairly long (in web terms) to load since it takes >>over a second at best to create a chart? Would be nice to allow the >>actual chart drawing to be done on the client somehow, guess that might >> >> > > > >>have to be flash. Or can SVG do that? >> >> > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: SourceForge.net Broadband >Sign-up now for SourceForge Broadband and get the fastest >6.0/768 connection for only $19.95/mo for the first 3 months! >http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click >_______________________________________________ >jCharts-users mailing list >jCh...@li... >https://lists.sourceforge.net/lists/listinfo/jcharts-users > >. > > > |