DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13039>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13039 Xalan's DOMSource is not thread-safe ------- Additional Comments From [EMAIL PROTECTED] 2002-09-26 19:30 ------- It might be advantageos to consider devising a facility in the new implementation to enable/disable multithreading capabilities on-demand. In other words, to support "pay for what you use" scenario. Without a doubt, support for mulithreading can be expensive. For now, we overcame the problem by synchronizing the access to transform() and serialize() methods with a static lock.
