Application pool on iis 64 bit vs 32 bit

0
0

Hi

When I use my apllication  as 32 bit app is very fast but , as 64 bit slows down as time progresses , what would you recommend about this?

Thanks

  • You must to post comments
0
0

Does it slow down for all users?

When it slows down and you create a new session does it start slow?

When it slows down if you it refresh in the browser is it still slow?

The 32bit app pool can use far less memory than the 64bit and maybe the GC is kicking is faster for 32bit and collecting controls abandoned by the app which can slow the browser.

In my experience the 64bit is a lot faster of the 32bit especially under stress because it almost never pages the memory.

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.