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 Chaohua, 
    Have you tried to increase the JVM heap size? 
You can also try to test with another app server such as Tomcat to see
if you get a different behavior.
What is the machine configuration: CPU speed, memory,...
Best regards,
Roshanak

-----Original Message-----
From: birt-report-engine-dev-bounces@xxxxxxxxxxx
[mailto:birt-report-engine-dev-bounces@xxxxxxxxxxx] On Behalf Of Chaohua
Wang
Sent: Friday, June 16, 2006 9:47 AM
To: For developers on the BIRT Report Engine project
Subject: [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. It is
ok,
When I sent 15 requests, which means the engine server will generate 15
pdf files. All files were stopped at 80% done, could not go through any
more. 

Can IReportEngine (a singleton engine) handle multi threads without
limit?  

Chaohua


_______________________________________________
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