Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-report-engine-dev] PERFORMANCE

Hi,

I have developed an application using BIRT 2.1.0 RC3, deployed in
Jboss4.0.2
I wrote a report engine server, which generates pdf file. 
My report engine server will handle multiple threads request. 
Fir example, I want to create 10 pdf files whose size is 600kb,
containing  2000 records, they are done successfully. But when I sent 15
requests, which means the engine server will generate 15 pdf files. All
files generation are getting slow, gradually stuck around 80% generated,
could not go through any more.

So when I reduced to 200 records, the generated files size will be 60kb.
My report engine server can handle 15 threads, not problem at all. 
 

My question is: 
Do I need to clean up cache or something else? 
Looks like some place is over flow, can't fill anything. So it is
getting slow to generate to pdf file, finally got stuck.

Do I need one ReportEngine instance per ReportDesign instance or can I 
share my ReportEngine instance for all ReportDesign instances in a 
multithreaded webapp environment?
 

Chaohua


_______________________________________________
birt-report-engine-dev mailing list
birt-report-engine-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-report-engine-dev
_______________________________________________
birt-report-engine-dev mailing list
birt-report-engine-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-report-engine-dev


Back to the top