JFreeChart scalability on serverside

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
anonpermutation

JFreeChart scalability on serverside

Post by anonpermutation » Sat Aug 31, 2002 9:40 am

Hello,

I have just started playing around with JFreeChart and it looks like a great library.

I am thinking about deploying it on my web server but I am wondering about scalability. Looking at XYDataset Interface, it seems that each data point on the chart requires at least one object. Therefore, if my chart has 100 data points, at least 100 objects will be created. Is this going to create a problem on serverside when lots of people request different charts?

Can someone who has deployed JFreeChart on serverside give me some insight? Thanks

anonp

Locked