Any article explains challenges and benefits of 64 bit asp.net server?

  • Thread starter Thread starter Max2006
  • Start date Start date
M

Max2006

Hi,

Is there any white paper or MSDN article that explains all considerations
(means benefits and challenges ) around 64 bit asp.net server
implementation?

Thank you,
Max
 
Hi Max,

For 64 bit programming of ASP.NET web app, here is a reference article from
MSDN:

#64-Bit Performance Benchmark
http://msdn.microsoft.com/en-us/vs2005/aa700838.aspx

generally, for 64 bit programming, I haven't seen much reference specific
to web application, and the most benefit is for large server memory
scenarios since 64 bit's great advantage is the large memory address
awareness. Here are some more resource about general 64 bit programming:

#64-Bit Programming
http://msdn.microsoft.com/en-us/visualc/aa336463.aspx

#MSDN Architecture Webcast: 64-Bit Programming With Visual Studio 2005
(Level 200)
http://whitepapers.techrepublic.com.com/abstract.aspx?docid=291373

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.





--------------------
From: "Max2006" <[email protected]>
References: <[email protected]>
 
Back
Top