xslcompiledtransform really slow on 2008 R2 64bit

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I am moving a production .Net web application from a Windows 2003 32bit box to Windows 2008 R2 64bit box. The hardware/memory configuration on both boxes are close to the same, Quad Proc, 4GB RAM on both. The .Net app is a DLL based app compiled in
Visual Studio 2010 for anyCPU. My web application uses extensive use of .net xslcompiledtransform to produce output for display. The XSLT files are precompiled and the XML documents are not large. When my code uses the xslcompiledtransform transform
method, it is up to 10x slower on the 64bit 2008 R2 server. Is there any know issue with xslcompiledtransform on 64bit?

View the full article
 
Back
Top