Re: [xsl] Performance with multiple users during transformation

Subject: Re: [xsl] Performance with multiple users during transformation
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Thu, 02 Dec 2004 07:22:39 +0100
If other CPUs are not responding then all the processes are worked on on
only one thread, or simply there's no support for it from the application
point of view. Creating different threads could help here also.

Bhupendra, maybe your stylesheet cache is forcing serialization of the transformation? These things are always quite tricky. Does each thread create it's own transform object, based on a single stylesheet object? Or using a resource pool for transform objects? Just some wild guesses...


G.

Current Thread