Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug 152929--engine multi-thread issues

Title: CheckIn: Fix bugzilla bug 152929--engine multi-thread issues

Summary 

Bugzilla Bug (s) Resolved:

152929--engine multi-thread issues

Description:

According to BIRT multi-thread test result on Linux Platform, the method getResourceAsStream() is not thread-safe on Linux platform, thought we can not find related official document.

Changes: only load this resource stream one time in BIRT. This check-in also enhances multi-thread performance of BIRT.

Test Description:

Manual Test

 

Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/HTMLTextParser.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top