Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Re: XSLTTransform.setNodeFactory() thread safety

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Wolfgang Hoschek <whoschek AT lbl.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Re: XSLTTransform.setNodeFactory() thread safety
  • Date: Fri, 10 Sep 2004 21:44:39 -0400

Nothing in XOM, including XSLTransform, is designed to be thread safe. The assumption is you will not share objects between thread or, if you do, you will take appropriate measures to synchronize.


--
Elliotte Rusty Harold




Archive powered by MHonArc 2.6.24.

Top of Page