xsl-list
[Top] [All Lists]

Re: Performance with multiple users during transformation

2004-12-01 23:22:39
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--