Krishankant singh created FOP-2333:
--------------------------------------
Summary: knowing Multi threading issues for FOP 1.1
Key: FOP-2333
URL: https://issues.apache.org/jira/browse/FOP-2333
Project: Fop
Issue Type: Improvement
Components: general
Affects Versions: 1.1
Environment: Production
Reporter: Krishankant singh
Priority: Critical
Fix For: 1.1
Hi,
I am a software engineer - java/j2ee
We have a production application that creates 500 thousand pdf/day and it has
implemented fop 0.95 As per current implementation in our code, we have not
shared the FopFactory instance for threads. For each thread, we create a new
FopFactory instance, so after 6 or 7 days, the application CPU usage is too
high and the application needs to be restarted every 6 - 7 days.
As we know that creating new FopFactory instance for each thread is a very
costly operation, so to cater to above problem can we share one FopFactory
instance for all threads. Are there any problems reported with this approach in
fop 1.1 because we can for sure upgrade to fop 1.1 from fop 0.95
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)