Previous Next

Thread: Do I have to rebuild in x64 for a performance boost?

Last post 09-17-2008 1:25 AM by mukhtard. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 09-16-2008, 11:36 PM

    • bluemiles
    • Not Ranked
    • Joined on 03-23-2004, 1:43 AM
    • Shenzhen
    • Posts 1

    Do I have to rebuild in x64 for a performance boost?

    we're currently running .Net 2.0 Apps on a x64 IIS7, with WoW enbled for the pool. However we're planning to migrate those Apps to 64 bit version. Then here comes a questiong, is it helpful for page performance if we really made the rebuild? this is a critical question for both system administrators and budget makers. hope to get your replies, since this really is a puzzling question. We've read a lot but hardly find any infomation clearly addressing this question.
    Tags:
  • 09-17-2008, 1:25 AM In reply to

    • mukhtard
    • Top 25 Contributor
    • Joined on 07-07-2008, 5:13 PM
    • Redmond, WA
    • Posts 165

    Re: Do I have to rebuild in x64 for a performance boost?

    Are you talking about memory paging or are you talking about performance of an web page?

    Memory Paging: If you have an application that is memory intensive resulting in heavy paging then yes you will see benefits of moving onto 64bit as your application will have pretty much infinite virtual memory to use and thus will not result in paging. Ofcourse all this is assuming that you will also have enough physical memory on the machine.
    Web page: It is difficult to answer without knowing what the page is doing. But if this is a simple .aspx page, which doesn't require lot of memory, than it will perform better on Wow64 than when run on native x64. Typically when run under Wow64 applications have a smaller memory footprint and they tend to be slightly faster.

    Overall it is prudent to port your 32-bit applications to 64-bit.

    Thanks,
    Mukhtar Desai
    IIS Performance Team

Page 1 of 1 (2 items)
Page view counter