Bug 54104 - CPU hits 100% while rendering tiff image
Summary: CPU hits 100% while rendering tiff image
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: images (show other bugs)
Version: 0.95
Hardware: PC Windows XP
: P2 major
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 07:40 UTC by rajni.khurana
Modified: 2012-11-06 08:22 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rajni.khurana 2012-11-06 07:40:31 UTC

    
Comment 1 rajni.khurana 2012-11-06 08:22:02 UTC
We are using FOP and the transform() function of javax.xml.transform.Transformer to render tiff image from inputted XML and XSL-FO.  Execution of transform() function is causing CPU to reach at 100% utilization during image rendering. So during continuous Image rendering requests, the CPU usage remains around 100% that stopped other applications to continue their work on that system. We also tried the same using FOP command line but get similar results.
In fop.xconf we are using following settings:
1. tiff image compression type as CCITT T.6 
2. DPI as 200dpi.
3. default-page-settings as height="3.625in" and width="8.5in"/>
 
This problem is not specific to particular XML and XSL-FO. 

We are looking for a fix in FOP so that CPU utilization can be reduced during execution of transform() function.
 
Do let me know in case other information is required.