Hi all,
We r working on jfree Chart from a month.
We hav created one web application which shows the charts in terms of images
We hav to use this charting tool for our one of the product.so we r doing the stress testing of thit application . its about sending 100 requests at a time and analysing memory uses.
But the thing found is that after serving last request it does not free the memory of JFreeChart object internally,it allows GC to do that.
But we need to do this externally.
So Is there any method in JfreeChart ,which free the memory of JFreeChart object ,Dataset object, Renderer Object(any renderer) Externally.
IF yes plesae let me know...
Waiting for reply
thanks
mann