A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
philanthrophic
- Posts: 9
- Joined: Wed Mar 26, 2008 6:20 am
Post
by philanthrophic » Wed Apr 09, 2008 11:06 am
Hi all,
I have one more concern.
Is JFreechart threadsafe?
I have a requirement wherein we will have different schedules running simultaneously and churning out charts more than 1000 charts of different types.
Will there be any issue with this use case.
Thank you
-
skunk
- Posts: 1087
- Joined: Thu Jun 02, 2005 10:14 pm
- Location: Brisbane, Australia
Post
by skunk » Wed Apr 09, 2008 1:27 pm
Like every other swing component, JFreeChart is NOT thread safe. There will be no issue as long as you write your code correctly.