[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[birt-report-engine-dev] PERFORMANCE
|
- From: "Chaohua Wang" <chaohua.wang@xxxxxxxxxxxxxxx>
- Date: Fri, 16 Jun 2006 10:47:08 -0600
- Delivered-to: birt-report-engine-dev@eclipse.org
- Thread-index: AcZ9oN5EQLmXIjKdT3qFOFNI4ABiKQAH7GKgAAHy/NAAYsto8ASDaznQ
- Thread-topic: 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