Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
Performance issue under 64bit Vista
posted

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

We need to provide 64-bit Infragistics assemblies to our clients as we’re observing an unacceptable performance hit for wow64 translation when rendering your windows forms controls, whereas in 32-bit environments the control rendering is reasonably fast.  We’re seeing time to render the main application form differ between these environments by almost a minute (5 seconds to render in 32 bit, 60 seconds to render in 64 bit).  We’ve observed with Red Gate Ants Performance Profiler that the difference in these environments is exclusively during wow64 translation.

What is the quickest path to getting a 64 bit build?  Can I download source code for our version of Infragistics and build for a 64-bit architecture?  What other options exist?

 

Parents
No Data
Reply
  • 285
    posted

    We are also seeing the very same thing. We're using 2009.1 Building x86 on XP or Vista x86 loads fast (6 seconds)...  building our app x64 and loading on x64 Vista takes about 30 seconds. We've narrowed it down as much as we can and we, too, believe the bottleneck is in the Infragistics dlls and form rendering under x64. This performance is totally unacceptable to us and we're testing with the unsigned Infragistic dlls, there's another post here about XP ( 3 seconds ) vs Vista ( 15 seconds ). Can we get a NetAdvantage x64 build or do we need to build the source ourselves?

Children