Another concurrency issue has been isolated to a recursive XSL template. This template has a (local) variable established using a count passed to the template. The variable is an indent string; the parameter is a number used to determine the amount of indent. Very infrequently the indent string (variable) doesn't match the count (parameter).

We've also encountered an output discrepancy in serialized XML output; we've seen this once over a very large number of runs. The was a known problem associated with HTML serialization and most of those issues disappeared when we replaced the HTML Serializer with our own. We'll try that with the XML Serializer.

I'm beginning to feel like I'm herding cats. I'm not sharing any XML parsers, ContentHandlers, TransformHandlers, or Serializes between threads. Is there anything else I should be doing to improve concurrent behavior?

--
Edward L. Knoll   Phone (FedEx)     : (719)484-2717
                 e-mail (FedEx)    : [EMAIL PROTECTED]
                 e-mail (personal) : [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to