473,785 Members | 2,309 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

getting more memory for asp.net 1.1

Does anyone know if asp.net will be able to use more memory if I upgrade to
a Extended 64 bit machine?

Thanks,
KG
Nov 19 '05 #1
4 1201
32 bit computers can handle up to 4 GB of RAM.
64 bit computers can handle a relatively unlimited amount of RAM.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"kevin goff" <ke********@nos pam.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Does anyone know if asp.net will be able to use more memory if I upgrade
to a Extended 64 bit machine?

Thanks,
KG

Nov 19 '05 #2
asp.net is compiled without any special flags. Therefore even on an
extended 64 bit machine am i bound to either 3GB or 4GB. Anyone know which?

My question is -- is there a memory benefit to running asp.net v 1.1 on an
Extended 64bit machine.


"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u4******** ******@TK2MSFTN GP09.phx.gbl...
32 bit computers can handle up to 4 GB of RAM.
64 bit computers can handle a relatively unlimited amount of RAM.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"kevin goff" <ke********@nos pam.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Does anyone know if asp.net will be able to use more memory if I upgrade
to a Extended 64 bit machine?

Thanks,
KG


Nov 19 '05 #3
Hi, Kevin.

From : http://msdn.microsoft.com/theshow/tr...ranscript.aspx

"There is a flag in the executable, in the binary file itself, in the header file itself,
that tells the operating system in the 32-bit world that you can take advantage
up to 3 gigabytes of memory.

If you've heard about this large address aware flag that is around that is available
in Visual Studio, in the tools, it is just a flag telling the operating system, my
application
understands 32-bit up to 3 gigabytes of memory and knows how to handle that.

In 64-bit what you get immediately is an additional gigabyte.

In 64-bit Windows, each 32-bit process that has this flag set
in his executable header has up to 4 gigabytes of memory available."

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"kevin goff" <ke********@nos pam.nospam> wrote in message
news:OZ******** ******@TK2MSFTN GP14.phx.gbl...
asp.net is compiled without any special flags. Therefore even on an extended 64 bit
machine am i bound to either 3GB or 4GB. Anyone know which?

My question is -- is there a memory benefit to running asp.net v 1.1 on an Extended
64bit machine.


"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u4******** ******@TK2MSFTN GP09.phx.gbl...
32 bit computers can handle up to 4 GB of RAM.
64 bit computers can handle a relatively unlimited amount of RAM.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"kevin goff" <ke********@nos pam.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Does anyone know if asp.net will be able to use more memory if I upgrade to a Extended
64 bit machine?

Thanks,
KG



Nov 19 '05 #4
Here's some additional info :

http://download.microsoft.com/downlo...5/mem-mgmt.doc

I'm sure you'll find this document quite interesting.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:ul******** ******@TK2MSFTN GP15.phx.gbl...
Hi, Kevin.

From : http://msdn.microsoft.com/theshow/tr...ranscript.aspx

"There is a flag in the executable, in the binary file itself, in the header file
itself,
that tells the operating system in the 32-bit world that you can take advantage
up to 3 gigabytes of memory.

If you've heard about this large address aware flag that is around that is available
in Visual Studio, in the tools, it is just a flag telling the operating system, my
application
understands 32-bit up to 3 gigabytes of memory and knows how to handle that.

In 64-bit what you get immediately is an additional gigabyte.

In 64-bit Windows, each 32-bit process that has this flag set
in his executable header has up to 4 gigabytes of memory available."

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"kevin goff" <ke********@nos pam.nospam> wrote in message
news:OZ******** ******@TK2MSFTN GP14.phx.gbl...
asp.net is compiled without any special flags. Therefore even on an extended 64 bit
machine am i bound to either 3GB or 4GB. Anyone know which?

My question is -- is there a memory benefit to running asp.net v 1.1 on an Extended
64bit machine.


"Steve C. Orr [MVP, MCSD]" <St***@Orr.ne t> wrote in message
news:u4******** ******@TK2MSFTN GP09.phx.gbl...
32 bit computers can handle up to 4 GB of RAM.
64 bit computers can handle a relatively unlimited amount of RAM.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"kevin goff" <ke********@nos pam.nospam> wrote in message
news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
Does anyone know if asp.net will be able to use more memory if I upgrade to a
Extended 64 bit machine?

Thanks,
KG



Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

303
17776
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b. Yahoo store was originally written in Lisp. c. Emacs The issues with these will probably come up, so I might as well mention them myself (which will also make this a more balanced
3
2943
by: Ashutosh Bhalerao | last post by:
I need to be able to access the following information programmatically. Total RAM Memory How many occupied memory slots are there in the machine How much memory in each chip What kind of RAM chips? DDR SDR
9
3190
by: fudmore | last post by:
Hello Everybody. I have a Segmentation fault problem. The code section at the bottom keeps throwing a Segmentation fault when it enters the IF block for the second time. const int WORDS_PER_LINE = 4; when counter == 7 is when the string Concatenation fails within the IF block.
7
18935
by: Aravind | last post by:
Hi, I am ruuning to out of memory exception , My system has RAM of 4 GB and virtual memory paging size set to 4GB .When I check the memory occupied by the process during the exception , it is less ( around 500 MB and peak Memory usage 800MB , even the total memory of the system is not high . what are passing use cases where the system leads to out of memory exception ? I am using two process for the program and the out of memory occuring...
3
2181
by: FaXiA | last post by:
Hi all, I'm working on a program that reads a structure from a file (1000 records). The file read part works great, but I'm hitting a roadblock on howto read the data from the pointer. I'm aware that *(&WordPtr+(i*5)) gives me the AddrID at location of i (0-999)
9
3268
by: Microsoft News Server | last post by:
Hi, I am currently having a problem with random, intermittent lock ups in my ASP.net application on our production server (99% CPU usage by 3 threads, indefinately). I currently use IIS Debug Tools to do a memory dump of the app when the lock up occurs, however the stack information is not very useful. I have just put a new build of our system onto production, and this build is a "Debug" build as opposed to a "Release" build. I am...
5
2868
by: per9000 | last post by:
Hi all, I want to create an encryption program and started thinking about not storing sensitive information in the memory since I guess someone might steal my computer an scan my memory. So I wrote this method for getting a password from the console and converting it to an array of bytes for later use in the encryption algorithm. The weak point as I see it is the storage of the password - it will be
33
11865
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon (NT_AUTHORITY\SYSTEM). I understand that when the service starts, no user may be logged in, but that's ok, as the app I am monitoring can only be run by a logged in user. Do I need to use WMI to get the user context of Explorer.exe or is there a...
12
2572
by: Premal | last post by:
Hi, I tried to make delete operator private for my class. Strangely it is giving me error if I compile that code in VC++.NET. But it compiles successfully on VC++6.o. Can anybody give me inputs about it. I wanted that on my class delete should not work. Object pointer should be deleted using my function only which is taking care of reference count for particular class. Thanx in advance for your inputs.
4
5807
by: Daniel | last post by:
is there some per-process-limit on memory in .net processes? is there any way to increase it? i keep getting System.OutOfMemoryException when my box has 8 gigs of unused memory.
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10100
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.